Class CreationErrorOccurredNotification
- java.lang.Object
-
- java.util.EventObject
-
- javax.management.Notification
-
- org.smallmind.quorum.pool.complex.jmx.CreationErrorOccurredNotification
-
- All Implemented Interfaces:
Serializable
public class CreationErrorOccurredNotification extends Notification
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE-
Fields inherited from class javax.management.Notification
source
-
-
Constructor Summary
Constructors Constructor Description CreationErrorOccurredNotification(Object source, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptiongetException()-
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getException
public Exception getException()
-
-