Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

javax.management.event
Class EventClientNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.management.JMException
              extended by javax.management.event.EventClientNotFoundException
All Implemented Interfaces:
Serializable

public class EventClientNotFoundException
extends JMException

Thrown if an event client identifier is unknown.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
EventClientNotFoundException()
          Constructs a ClientNotFoundException without a detail message.
EventClientNotFoundException(String message)
          Constructs a ClientNotFoundException with the specified detail message.
EventClientNotFoundException(String message, Throwable cause)
          Constructs a ClientNotFoundException with the specified detail message and cause.
EventClientNotFoundException(Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventClientNotFoundException

public EventClientNotFoundException()
Constructs a ClientNotFoundException without a detail message.


EventClientNotFoundException

public EventClientNotFoundException(String message)
Constructs a ClientNotFoundException with the specified detail message.

Parameters:
message - The message.

EventClientNotFoundException

public EventClientNotFoundException(String message,
                                    Throwable cause)
Constructs a ClientNotFoundException with the specified detail message and cause.

Parameters:
message - The message.
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is non-existent or unknown.

EventClientNotFoundException

public EventClientNotFoundException(Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is non-existent or unknown.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Submit a bug or feature

Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.