Package com.pd4ml

Class InvokeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvokeException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvokeException​(java.lang.String message)  
      InvokeException​(java.lang.Throwable e)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.String message)
      • InvokeException

        public InvokeException​(java.lang.Throwable e)