org.codehaus.wadi.core.contextualiser
Class InvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.wadi.core.contextualiser.InvocationException
All Implemented Interfaces:
java.io.Serializable

public class InvocationException
extends java.lang.Exception

Version:
$Revision: 2268 $
See Also:
Serialized Form

Constructor Summary
InvocationException()
           
InvocationException(java.lang.String message)
           
InvocationException(java.lang.String message, java.lang.Exception cause)
           
InvocationException(java.lang.Throwable throwable)
           
 
Method Summary
 
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()

InvocationException

public InvocationException(java.lang.String message)

InvocationException

public InvocationException(java.lang.String message,
                           java.lang.Exception cause)

InvocationException

public InvocationException(java.lang.Throwable throwable)


Copyright © 2008. All Rights Reserved.