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