org.objectweb.jonas.mejb
Class ManagementEndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.jonas.mejb.ManagementEndpointException
All Implemented Interfaces:
java.io.Serializable

public class ManagementEndpointException
extends java.lang.Exception

Custom exceptions used by the web service monitoring endpoint (mejb.ear).

Author:
Matt Wringe, Vivek Lakshmanan
See Also:
Serialized Form

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

ManagementEndpointException

public ManagementEndpointException()
Method Detail

getExceptionType

public java.lang.String getExceptionType()
Gets the exception type

Returns:
The exception type.

setExceptionType

public void setExceptionType(java.lang.String exceptionType)
Sets the exception type.

Parameters:
exceptionType - The exception type.

getMessage

public java.lang.String getMessage()
Gets the exception message.

Overrides:
getMessage in class java.lang.Throwable
Returns:
The exception message.

setMessage

public void setMessage(java.lang.String message)
Sets the exception message.

Parameters:
message - The exception message.