Class RepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.saperion.ws.pool.exceptions.RepositoryException
All Implemented Interfaces:
Serializable

public class RepositoryException extends Exception
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 Details

    • RepositoryException

      public RepositoryException()
      Default constructor.
    • RepositoryException

      public RepositoryException(String message)
      Constructor.
      Parameters:
      message - The exception's message.
    • RepositoryException

      public RepositoryException(Throwable cause)
      Constructor.
      Parameters:
      cause - The exception's cause.
    • RepositoryException

      public RepositoryException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The exception's message.
      cause - The exception's cause.