Class FactoryRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.factory.FactoryRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
InstantiationRuntimeException

public abstract class FactoryRuntimeException extends org.refcodes.exception.AbstractRuntimeException
The Class FactoryRuntimeException.
See Also:
  • Constructor Details

    • FactoryRuntimeException

      public FactoryRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new factory runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • FactoryRuntimeException

      public FactoryRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new factory runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • FactoryRuntimeException

      public FactoryRuntimeException(String message, Throwable cause)
      Instantiates a new factory runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • FactoryRuntimeException

      public FactoryRuntimeException(String message)
      Instantiates a new factory runtime exception.
      Parameters:
      message - the message
    • FactoryRuntimeException

      public FactoryRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new factory runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • FactoryRuntimeException

      public FactoryRuntimeException(Throwable cause)
      Instantiates a new factory runtime exception.
      Parameters:
      cause - the cause