com.googlecode.xremoting.core.exception
Class RemoteInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.xremoting.core.exception.XRemotingException
com.googlecode.xremoting.core.exception.RemoteInvocationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvokedSideInvocationException, InvokingSideInvocationException
public class RemoteInvocationException
- extends XRemotingException
Any problem which occurred during a remote invocation.
- Author:
- Roman Puchkovskiy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteInvocationException
public RemoteInvocationException()
RemoteInvocationException
public RemoteInvocationException(String message,
Throwable cause)
RemoteInvocationException
public RemoteInvocationException(String message)
RemoteInvocationException
public RemoteInvocationException(Throwable cause)
Copyright © 2010. All Rights Reserved.