com.vaadin.terminal.gwt.server
Class RpcManager.RpcInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.vaadin.terminal.gwt.server.RpcManager.RpcInvocationException
All Implemented Interfaces:
Serializable
Enclosing interface:
RpcManager

public static class RpcManager.RpcInvocationException
extends Exception

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

Since:
7.0
Version:
7.0.0.alpha3
Author:
Vaadin Ltd
See Also:
Serialized Form

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

RpcManager.RpcInvocationException

public RpcManager.RpcInvocationException()

RpcManager.RpcInvocationException

public RpcManager.RpcInvocationException(String message,
                                         Throwable cause)

RpcManager.RpcInvocationException

public RpcManager.RpcInvocationException(String message)

RpcManager.RpcInvocationException

public RpcManager.RpcInvocationException(Throwable cause)


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