public class ProxyFactoryException extends RuntimeException
proxy factories
when a problem
occurs.Constructor and Description |
---|
ProxyFactoryException()
Create a new ProxyFactoryException instance.
|
ProxyFactoryException(String message)
Create a new ProxyFactoryException instance.
|
ProxyFactoryException(String message,
Throwable cause)
Create a new ProxyFactoryException instance.
|
ProxyFactoryException(Throwable cause)
Create a new ProxyFactoryException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProxyFactoryException()
public ProxyFactoryException(String message)
message
- public ProxyFactoryException(Throwable cause)
cause
- public ProxyFactoryException(String message, Throwable cause)
message
- cause
- Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.