Class FactoryException

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

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

    • FactoryException

      public FactoryException()
      Default constructor.
    • FactoryException

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

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

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