Package fr.dyade.aaa.agent
Class UnknownNotificationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.dyade.aaa.agent.UnknownNotificationException
-
- All Implemented Interfaces:
Serializable
public class UnknownNotificationException extends Exception
Thrown by Agent in thereactmethod to indicate that the notification is unknown.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDdefine serialVersionUID for interoperability
-
Constructor Summary
Constructors Constructor Description UnknownNotificationException()Constructs a newUnknownNotificationExceptionwith no detail message.UnknownNotificationException(String s)Constructs a newUnknownNotificationExceptionwith the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UnknownNotificationException
public UnknownNotificationException()
Constructs a newUnknownNotificationExceptionwith no detail message.
-
UnknownNotificationException
public UnknownNotificationException(String s)
Constructs a newUnknownNotificationExceptionwith the specified detail message.- Parameters:
s- the detail message.
-
-