org.outerj.daisy.repository.clientimpl.infrastructure
Class DaisyPropagatedException

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

Constructor Summary
DaisyPropagatedException(java.lang.String message, java.lang.String remoteExceptionClassName, MyStackTraceElement[] remoteStackTrace)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getRemoteClassName()
           
 MyStackTraceElement[] getRemoteStackTrace()
           
 java.lang.String getUserMessage()
           
 
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

DaisyPropagatedException

public DaisyPropagatedException(java.lang.String message,
                                java.lang.String remoteExceptionClassName,
                                MyStackTraceElement[] remoteStackTrace)
Method Detail

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.