org.smallmind.quorum.pool.connection.jmx
Class ConnectionErrorOccurredNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by org.smallmind.quorum.pool.connection.jmx.ConnectionErrorOccurredNotification
All Implemented Interfaces:
Serializable

public class ConnectionErrorOccurredNotification
extends Notification

See Also:
Serialized Form

Field Summary
static String TYPE
           
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
ConnectionErrorOccurredNotification(Object source, Exception exception)
           
 
Method Summary
 Exception getException()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

ConnectionErrorOccurredNotification

public ConnectionErrorOccurredNotification(Object source,
                                           Exception exception)
Method Detail

getException

public Exception getException()


Copyright © 2011. All Rights Reserved.