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:
Serializable

public class ManagementEndpointException
extends 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
 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

ManagementEndpointException

public ManagementEndpointException()
Method Detail

getExceptionType

public String getExceptionType()
Gets the exception type

Returns:
The exception type.

setExceptionType

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

Parameters:
exceptionType - The exception type.

getMessage

public String getMessage()
Gets the exception message.

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

setMessage

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

Parameters:
message - The exception message.


Copyright © 2007 OW2 Consortium. All Rights Reserved.