Class BreakOutException.BreakOutRuntimeException

    • Constructor Detail

      • BreakOutRuntimeException

        public BreakOutRuntimeException​()
        Instantiates a new break-out exception.
      • BreakOutRuntimeException

        public BreakOutRuntimeException​(String aMessage,
                                        String aErrorCode)
        Instantiates a new break-out runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • BreakOutRuntimeException

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

        public BreakOutRuntimeException​(String message,
                                        Throwable cause)
        Instantiates a new break-out runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • BreakOutRuntimeException

        public BreakOutRuntimeException​(String message)
        Instantiates a new break-out runtime exception.
        Parameters:
        message - the message
      • BreakOutRuntimeException

        public BreakOutRuntimeException​(Throwable aCause,
                                        String aErrorCode)
        Instantiates a new break-out runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • BreakOutRuntimeException

        public BreakOutRuntimeException​(Throwable cause)
        Instantiates a new break-out runtime exception.
        Parameters:
        cause - the cause