com.googlecode.xremoting.core.exception
Class XRemotingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
XRemotingException()
           
XRemotingException(String message)
           
XRemotingException(String message, Throwable cause)
           
XRemotingException(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

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.