com.vaadin.server
Class RpcManager.RpcInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vaadin.server.RpcManager.RpcInvocationException
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing interface:
- RpcManager
public static class RpcManager.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 |
RpcManager.RpcInvocationException
public RpcManager.RpcInvocationException()
RpcManager.RpcInvocationException
public RpcManager.RpcInvocationException(java.lang.String message,
java.lang.Throwable cause)
RpcManager.RpcInvocationException
public RpcManager.RpcInvocationException(java.lang.String message)
RpcManager.RpcInvocationException
public RpcManager.RpcInvocationException(java.lang.Throwable cause)
Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.