org.onemind.commons.invoke
Class InvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.onemind.commons.invoke.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
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
-