|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.event.EventClientNotFoundException
public class EventClientNotFoundException extends JMException
Thrown if an event client identifier is unknown.
| 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. |
| 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 |
|---|
public EventClientNotFoundException()
ClientNotFoundException without a detail message.
public EventClientNotFoundException(String message)
ClientNotFoundException with the specified detail message.
message - The message.
public EventClientNotFoundException(String message,
Throwable cause)
ClientNotFoundException with the specified detail message
and cause.
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.public EventClientNotFoundException(Throwable cause)
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 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.