org.apache.commons.proxy.exception
Class InvokerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.proxy.exception.InvokerException
All Implemented Interfaces:
Serializable

public class InvokerException
extends RuntimeException

To be used by an Invoker when they encounter an error.

Since:
1.0
Author:
James Carman
See Also:
Serialized Form

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

InvokerException

public InvokerException()

InvokerException

public InvokerException(String message)

InvokerException

public InvokerException(Throwable cause)

InvokerException

public InvokerException(String message,
                        Throwable cause)


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.