Package com.saperion.ws.pool.exceptions
Class FactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ws.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 SummaryConstructorsConstructorDescriptionDefault constructor.FactoryException(String message) Constructor.FactoryException(String message, Throwable cause) Constructor.FactoryException(Throwable cause) Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FactoryExceptionpublic FactoryException()Default constructor.
- 
FactoryExceptionConstructor.- Parameters:
- message- The exception's message.
 
- 
FactoryExceptionConstructor.- Parameters:
- cause- The exception's cause.
 
- 
FactoryExceptionConstructor.- Parameters:
- message- The exception's message.
- cause- The exception's cause.
 
 
-