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:
java.io.Serializable
public class SubscriptionException extends AbstractCheckedException
Thrown when an attempt to create a subscription fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubscriptionException(java.lang.String message)
The constructor.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-