org.oddjob.jmx.handlers
Class OddjobTransportableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
OddjobTransportableException(Throwable t)
           
 
Method Summary
 String getOriginalExcpetionClassName()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OddjobTransportableException

public OddjobTransportableException(Throwable t)
Method Detail

getOriginalExcpetionClassName

public String getOriginalExcpetionClassName()

toString

public String toString()
Overrides:
toString in class Throwable