|
|||||||||
| 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 | |
|---|---|
java.lang.String |
getExceptionType()
Gets the exception type |
java.lang.String |
getMessage()
Gets the exception message. |
void |
setExceptionType(java.lang.String exceptionType)
Sets the exception type. |
void |
setMessage(java.lang.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 java.lang.String getExceptionType()
public void setExceptionType(java.lang.String exceptionType)
exceptionType - The exception type.public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void setMessage(java.lang.String message)
message - The exception message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||