Package gda.factory

Class FactoryException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RmiProxyFactory.ProxyFactoryConnectionException

public class FactoryException extends Exception
Thrown when an exceptional factory error condition has occurred. For example when configuration fails.
See Also:
  • Constructor Details

    • FactoryException

      public FactoryException(String message)
      Constructs a factory exception with the specified detail message.
      Parameters:
      message - the detail message.
    • FactoryException

      public FactoryException(String message, Throwable cause)
      Constructs a factory exception with the specified detail message.
      Parameters:
      message - the detail message.
      cause - cause