org.outerj.daisy.repository.clientimpl.infrastructure
Class DaisyPropagatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.outerj.daisy.repository.clientimpl.infrastructure.DaisyPropagatedException
- All Implemented Interfaces:
- java.io.Serializable
public class DaisyPropagatedException
- extends java.lang.Exception
This is the default exception class used to restore exceptions
that happened in the remote Daisy repository in the client.
- See Also:
- Serialized Form
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 |
DaisyPropagatedException
public DaisyPropagatedException(java.lang.String message,
java.lang.String remoteExceptionClassName,
MyStackTraceElement[] remoteStackTrace)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getRemoteStackTrace
public MyStackTraceElement[] getRemoteStackTrace()
getRemoteClassName
public java.lang.String getRemoteClassName()
getUserMessage
public java.lang.String getUserMessage()
Copyright © -2012 . All Rights Reserved.