org.jdiagnose.remote
Class RemoteResultException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jdiagnose.exception.NestableException
              extended byorg.jdiagnose.remote.RemoteResultException
All Implemented Interfaces:
Nestable, java.io.Serializable

public class RemoteResultException
extends NestableException

Author:
jmccrindle
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdiagnose.exception.NestableException
delegate
 
Constructor Summary
RemoteResultException()
           
RemoteResultException(java.lang.String msg)
           
RemoteResultException(java.lang.String msg, java.lang.Throwable cause)
           
RemoteResultException(java.lang.Throwable cause)
           
 
Methods inherited from class org.jdiagnose.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteResultException

public RemoteResultException()

RemoteResultException

public RemoteResultException(java.lang.String msg)
Parameters:
msg -

RemoteResultException

public RemoteResultException(java.lang.String msg,
                             java.lang.Throwable cause)
Parameters:
msg -
cause -

RemoteResultException

public RemoteResultException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.