com.googlecode.xremoting.core.exception
Class RemoteInvocationException

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
                  extended by 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

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

RemoteInvocationException

public RemoteInvocationException()

RemoteInvocationException

public RemoteInvocationException(String message,
                                 Throwable cause)

RemoteInvocationException

public RemoteInvocationException(String message)

RemoteInvocationException

public RemoteInvocationException(Throwable cause)


Copyright © 2012. All Rights Reserved.