|
||||||||||
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.objectweb.jonas.mejb.ManagementEndpointException
public class ManagementEndpointException
Custom exceptions used by the web service monitoring endpoint (mejb.ear).
Constructor Summary | |
---|---|
ManagementEndpointException()
|
Method Summary | |
---|---|
String |
getExceptionType()
Gets the exception type |
String |
getMessage()
Gets the exception message. |
void |
setExceptionType(String exceptionType)
Sets the exception type. |
void |
setMessage(String message)
Sets the exception message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 ManagementEndpointException()
Method Detail |
---|
public String getExceptionType()
public void setExceptionType(String exceptionType)
exceptionType
- The exception type.public String getMessage()
getMessage
in class Throwable
public void setMessage(String message)
message
- The exception message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |