Class InvokeException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvokeTimeoutException

    public class InvokeException
    extends java.lang.RuntimeException
    The InvokeException is thrown when a method encounters a general exception in the course of processing.
    Author:
    Jaime Meritt (jmeritt@sonicsoftware.com), Richard Chung (rchung@sonicsoftware.com), Dave Chappell (chappell@sonicsoftware.com)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvokeException​(java.lang.String message)  
    • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvokeException

        public InvokeException​(java.lang.String message)