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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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()

getRemoteStackTrace

public MyStackTraceElement[] getRemoteStackTrace()

getRemoteClassName

public java.lang.String getRemoteClassName()

getUserMessage

public java.lang.String getUserMessage()


Copyright © -2005 . All Rights Reserved.