com.ideo.sweetdev.core.remoting
Class RemoteExceptionWrapper

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ideo.sweetdev.core.exception.AbstractChainedException
              extended bycom.ideo.sweetdev.core.exception.ChainedException
                  extended bycom.ideo.sweetdev.core.exception.TechnicalException
                      extended bycom.ideo.sweetdev.core.remoting.RemoteExceptionWrapper
All Implemented Interfaces:
IFrameworkException, java.io.Serializable

public class RemoteExceptionWrapper
extends TechnicalException

See Also:
Serialized Form
 

Constructor Summary
RemoteExceptionWrapper(java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.Throwable getThrowable()
           
 void setThrowable(java.lang.Throwable throwable)
           
 
Methods inherited from class com.ideo.sweetdev.core.exception.AbstractChainedException
addParameter, addParameters, getCurrentStack, getOriginalException, getOriginalMessage, getOriginalStack, getParameter, getParameters, getParametersObject, getSender, getSerializeStack, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setCurrentStack, setOriginalException, setOriginalStack, setSerializeStack
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteExceptionWrapper

public RemoteExceptionWrapper(java.lang.Throwable throwable)
Method Detail

getThrowable

public java.lang.Throwable getThrowable()

setThrowable

public void setThrowable(java.lang.Throwable throwable)