org.oddjob.jmx.handlers
Class OddjobTransportableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.oddjob.jmx.handlers.OddjobTransportableException
- All Implemented Interfaces:
- Serializable
public class OddjobTransportableException
- extends Exception
An exception that can be sent across the wire without the class that
caused the exception being available at the client. This exception
still carries the message and all the stack trace information from the
original exception so a problem can be diagnosed.
- See Also:
- Serialized Form
- Author:
- rob
OddjobTransportableException
public OddjobTransportableException(Throwable t)
getOriginalExcpetionClassName
public String getOriginalExcpetionClassName()
toString
public String toString()
- Overrides:
toString
in class Throwable