org.apache.commons.proxy.exception
Class ObjectProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.proxy.exception.ObjectProviderException
- All Implemented Interfaces:
- Serializable
public class ObjectProviderException
- extends RuntimeException
ObjectProvider
implementations should throw this exception type to indicate that
there was a problem creating/finding the object.
- 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 |
ObjectProviderException
public ObjectProviderException()
ObjectProviderException
public ObjectProviderException(String message)
ObjectProviderException
public ObjectProviderException(Throwable cause)
ObjectProviderException
public ObjectProviderException(String message,
Throwable cause)
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.