|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jboss.jmx.adaptor.ejb.ServiceUnavailableException
An instance of this class is thrown when a Value Object contains an invalid value.
Constructor Summary | |
ServiceUnavailableException(String pMessage)
Constructor with a message of the exception |
Method Summary | |
boolean |
equals(Object pTest)
Determines if the given instance is the same as this instance based on its content. |
int |
hashCode()
Returns the hashcode of this instance |
String |
toString()
Describes the instance and its content for debugging purpose |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ServiceUnavailableException(String pMessage)
pMessage
- Message to further explain the exceptionMethod Detail |
public String toString()
public boolean equals(Object pTest)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |