org.onemind.commons.invoke
Class InvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
InvocationException()
          {@inheritDoc}
InvocationException(java.lang.String message)
          {@inheritDoc}
InvocationException(java.lang.String message, java.lang.Throwable cause)
          {@inheritDoc}
InvocationException(java.lang.Throwable cause)
          {@inheritDoc}
 
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
 

Constructor Detail

InvocationException

public InvocationException()
{@inheritDoc}


InvocationException

public InvocationException(java.lang.String message)
{@inheritDoc}


InvocationException

public InvocationException(java.lang.Throwable cause)
{@inheritDoc}


InvocationException

public InvocationException(java.lang.String message,
                           java.lang.Throwable cause)
{@inheritDoc}



Copyright © 2004-2005 . All Rights Reserved.