com.vaadin.server
Class ServerRpcManager.RpcInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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.