com.vaadin.server
Class ServerRpcManager.RpcInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.vaadin.server.ServerRpcManager.RpcInvocationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ServerRpcManager<T extends com.vaadin.shared.communication.ServerRpc>

public static class ServerRpcManager.RpcInvocationException
extends java.lang.Exception

Wrapper exception for exceptions which occur during invocation of an RPC call

Since:
7.0
Author:
Vaadin Ltd
See Also:
Serialized Form

Constructor Summary
ServerRpcManager.RpcInvocationException()
           
ServerRpcManager.RpcInvocationException(java.lang.String message)
           
ServerRpcManager.RpcInvocationException(java.lang.String message, java.lang.Throwable cause)
           
ServerRpcManager.RpcInvocationException(java.lang.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

ServerRpcManager.RpcInvocationException

public ServerRpcManager.RpcInvocationException()

ServerRpcManager.RpcInvocationException

public ServerRpcManager.RpcInvocationException(java.lang.String message,
                                               java.lang.Throwable cause)

ServerRpcManager.RpcInvocationException

public ServerRpcManager.RpcInvocationException(java.lang.String message)

ServerRpcManager.RpcInvocationException

public ServerRpcManager.RpcInvocationException(java.lang.Throwable cause)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.