org.apache.commons.proxy.exception
Class InvokerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.