org.codehaus.wadi
Class InvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.wadi.InvocationException
All Implemented Interfaces:
Serializable

public class InvocationException
extends Exception

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

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

InvocationException

public InvocationException(String message,
                           Exception cause)

InvocationException

public InvocationException(Throwable throwable)


Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.