Class SubscriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.messaging.subscription.SubscriptionException
- All Implemented Interfaces:
Serializable
Thrown when an attempt to create a subscription fails.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubscriptionException
The constructor.- Parameters:
message- the detail message that explains the exception.
-