com.googlecode.xremoting.core.exception
Class InvokedSideInvocationException

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
                      extended by com.googlecode.xremoting.core.exception.InvokedSideInvocationException
All Implemented Interfaces:
Serializable

public class InvokedSideInvocationException
extends RemoteInvocationException

Represents a problem during remote invocation which was detected on the invoked side (i.e. on the server).

Author:
Roman Puchkovskiy
See Also:
Serialized Form

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

InvokedSideInvocationException

public InvokedSideInvocationException()

InvokedSideInvocationException

public InvokedSideInvocationException(String message,
                                      Throwable cause)

InvokedSideInvocationException

public InvokedSideInvocationException(String message)

InvokedSideInvocationException

public InvokedSideInvocationException(Throwable cause)


Copyright © 2013. All Rights Reserved.