org.clazzes.remoting
Class RemoteInvocationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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.