com.googlecode.xremoting.core.exception
Class XRemotingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.xremoting.core.exception.XRemotingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InitializationException, RemoteInvocationException
public class XRemotingException
- extends RuntimeException
Any unrecoverable problem occurred during XRemoting operation. It's
unchecked to not force caller to catch it.
- 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 |
XRemotingException
public XRemotingException()
XRemotingException
public XRemotingException(String message,
Throwable cause)
XRemotingException
public XRemotingException(String message)
XRemotingException
public XRemotingException(Throwable cause)
Copyright © 2013. All Rights Reserved.