org.apache.commons.proxy.exception
Class ProxyFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.proxy.exception.ProxyFactoryException
- All Implemented Interfaces:
- Serializable
public class ProxyFactoryException
- extends RuntimeException
A runtime exception type to be used by proxy factories
when a problem
occurs.
- 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 |
ProxyFactoryException
public ProxyFactoryException()
ProxyFactoryException
public ProxyFactoryException(String message)
ProxyFactoryException
public ProxyFactoryException(Throwable cause)
ProxyFactoryException
public ProxyFactoryException(String message,
Throwable cause)
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.