Class EthosChangeNotificationSubscriptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ellucian.ethos.integration.notification.EthosChangeNotificationSubscriptionException
-
- All Implemented Interfaces:
Serializable
public class EthosChangeNotificationSubscriptionException extends RuntimeException
A RuntimeException that can be throws during subscription processing for ChangeNotifications.- Since:
- 0.2.0
- Author:
- David Kumar
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EthosChangeNotificationSubscriptionException(String message)
Constructs this exception with the given error message.EthosChangeNotificationSubscriptionException(String message, Throwable throwable)
Constructs this exception with the given error message and Throwable cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EthosChangeNotificationSubscriptionException
public EthosChangeNotificationSubscriptionException(String message)
Constructs this exception with the given error message.- Parameters:
message
- The error message pertinent to ChangeNotification processing.
-
EthosChangeNotificationSubscriptionException
public EthosChangeNotificationSubscriptionException(String message, Throwable throwable)
Constructs this exception with the given error message and Throwable cause.- Parameters:
message
- The error message pertinent to ChangeNotification processing.throwable
- The cause of this exception.
-
-