Class InvocationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvocationException
    extends java.lang.Exception
    An exception due to invocation
    Version:
    $Id: InvocationException.java,v 1.2 2004/08/26 16:08:23 thlee Exp $ $Name: $
    Author:
    TiongHiang Lee (thlee@onemindsoft.org)
    See Also:
    Serialized Form
    • 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

      • InvocationException

        public InvocationException()
      • InvocationException

        public InvocationException​(java.lang.String message)
      • InvocationException

        public InvocationException​(java.lang.Throwable cause)
      • InvocationException

        public InvocationException​(java.lang.String message,
                                   java.lang.Throwable cause)