Class 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:
    Serialized Form
    • Constructor Detail

      • 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