Class BreakOutException.BreakOutRuntimeException

    • Constructor Detail

      • BreakOutRuntimeException

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

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

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

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

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

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

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