|
||||||||||
| 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.slee.management.PeerUnavailableException
public class PeerUnavailableException
This exception is thrown by the SleeProviderFactory to indicate that
a SleeProvider peer class could not be instantiated using the
class name provided.
Possible reasons that the peer class could not be instantiated include:
SleeProvider interface
| Constructor Summary | |
|---|---|
PeerUnavailableException(java.lang.String message)
Create a PeerUnavailableException with a detail message. |
|
PeerUnavailableException(java.lang.String message,
java.lang.Throwable cause)
Create a PeerUnavailableException with a detail message and cause. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Get the cause for this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 PeerUnavailableException(java.lang.String message)
PeerUnavailableException with a detail message.
message - the detail message.
public PeerUnavailableException(java.lang.String message,
java.lang.Throwable cause)
PeerUnavailableException with a detail message and cause.
message - the detail message.cause - the reason this exception was thrown.| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||