com.webify.wsf.sdk.subscription
Class SubscriptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.webify.wsf.sdk.subscription.SubscriptionException
All Implemented Interfaces:
java.io.Serializable

public class SubscriptionException
extends java.lang.Exception

Author:
sfrancis
See Also:
Serialized Form

Constructor Summary
SubscriptionException()
           
SubscriptionException(java.lang.String message)
           
SubscriptionException(java.lang.String message, java.lang.Throwable cause)
           
SubscriptionException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubscriptionException

public SubscriptionException()

SubscriptionException

public SubscriptionException(java.lang.String message)

SubscriptionException

public SubscriptionException(java.lang.String message,
                             java.lang.Throwable cause)

SubscriptionException

public SubscriptionException(java.lang.Throwable cause)


Copyright © 2002-2009 IBM. All Rights Reserved.