Package gda.factory
Class FactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gda.factory.FactoryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RmiProxyFactory.ProxyFactoryConnectionException
Thrown when an exceptional factory error condition has occurred. For example when configuration fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFactoryException(String message) Constructs a factory exception with the specified detail message.FactoryException(String message, Throwable cause) Constructs a factory exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FactoryException
Constructs a factory exception with the specified detail message.- Parameters:
message- the detail message.
-
FactoryException
Constructs a factory exception with the specified detail message.- Parameters:
message- the detail message.cause- cause
-