com.bea.wlrt.ede
Class SubscriptionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.wlrt.ede.BaseException
                    |
                    +--com.bea.wlrt.ede.SubscriptionException

public class SubscriptionException
extends BaseException

See Also:
Serialized Form

Constructor Summary
SubscriptionException()
           
SubscriptionException(String message)
           
SubscriptionException(String message, Throwable cause)
           
SubscriptionException(Throwable cause)
           
 
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(String message,
                             Throwable cause)

SubscriptionException

public SubscriptionException(String message)

SubscriptionException

public SubscriptionException(Throwable cause)