org.apache.commons.proxy.exception
Class ObjectProviderException

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.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

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

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.