org.simantics.databoard.method
Class RuntimeInvokeException

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

public class RuntimeInvokeException
extends java.lang.RuntimeException

A wrapper to an exception that occured with the data session.

Author:
Toni Kalajainen
See Also:
Serialized Form

Constructor Summary
RuntimeInvokeException(InvokeException cause)
           
 
Method Summary
 InvokeException getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

RuntimeInvokeException

public RuntimeInvokeException(InvokeException cause)
Method Detail

getCause

public InvokeException getCause()
Overrides:
getCause in class java.lang.Throwable