org.simantics.databoard.method
Class InvokeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.simantics.databoard.method.InvokeException
All Implemented Interfaces:
java.io.Serializable

public class InvokeException
extends java.lang.RuntimeException

A wrapper to an exception that occured when trying to invoke a methods. For instance, file or network error or closed session. Wraps exeptions like SessionClosedException, and IOException. This exception does not cover errors that occure during the invocation of the method. TODO Make non-runtime

Author:
Toni Kalajainen
See Also:
Serialized Form

Constructor Summary
InvokeException(java.lang.Exception cause)
           
InvokeException(java.lang.String message, java.lang.Exception 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokeException

public InvokeException(java.lang.Exception cause)

InvokeException

public InvokeException(java.lang.String message,
                       java.lang.Exception cause)