org.simantics.databoard.method
Class InvokeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
InvokeException
public InvokeException(java.lang.Exception cause)
InvokeException
public InvokeException(java.lang.String message,
java.lang.Exception cause)