org.apache.commons.proxy.exception
Class ProxyFactoryException

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

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

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.