Class UnexpectedFactoryRuntimeException

  • All Implemented Interfaces:
    Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

    public class UnexpectedFactoryRuntimeException
    extends FactoryRuntimeException
    Thrown in case of a caught runtime exception of an underlying framework which only shows up at runtime (probably not documented in any API).
    See Also:
    Serialized Form
    • Constructor Detail

      • UnexpectedFactoryRuntimeException

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

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

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

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

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

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