org.clazzes.remoting
Class RemoteInvocationFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.clazzes.remoting.RemoteInvocationFailureException
All Implemented Interfaces:
java.io.Serializable

public class RemoteInvocationFailureException
extends java.lang.RuntimeException

This exception is thrown whenever a remote invocation fails due to an invalid command being received on the wire.

Author:
wglas
See Also:
Serialized Form

Constructor Summary
RemoteInvocationFailureException()
           
RemoteInvocationFailureException(java.lang.String message)
           
RemoteInvocationFailureException(java.lang.String message, java.lang.Throwable cause)
           
RemoteInvocationFailureException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

RemoteInvocationFailureException

public RemoteInvocationFailureException()

RemoteInvocationFailureException

public RemoteInvocationFailureException(java.lang.String message)

RemoteInvocationFailureException

public RemoteInvocationFailureException(java.lang.Throwable cause)

RemoteInvocationFailureException

public RemoteInvocationFailureException(java.lang.String message,
                                        java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.