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
See Also:
  • Constructor Details

    • FactoryRuntimeException

      public FactoryRuntimeException(String aMessage, String aErrorCode)
    • FactoryRuntimeException

      public FactoryRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • FactoryRuntimeException

      public FactoryRuntimeException(String aMessage, Throwable aCause)
    • FactoryRuntimeException

      public FactoryRuntimeException(String aMessage)
    • FactoryRuntimeException

      public FactoryRuntimeException(Throwable aCause, String aErrorCode)
    • FactoryRuntimeException

      public FactoryRuntimeException(Throwable aCause)