Class FactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.connector.pool.exceptions.FactoryException
- All Implemented Interfaces:
Serializable
This Exception will be thrown, if the pool factory has problems to create a
SaClassicConnector instance or if internal Exceptions should be thrown.
- Author:
- Daniel Manzke
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.FactoryException
(String message) Constructor.FactoryException
(String message, Throwable cause) Constructor.FactoryException
(Throwable cause) Constructor. -
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
public FactoryException()Default constructor. -
FactoryException
Constructor.- Parameters:
message
- The exception's message.
-
FactoryException
Constructor.- Parameters:
cause
- The exception's cause.
-
FactoryException
Constructor.- Parameters:
message
- The exception's message.cause
- The exception's cause.
-