Class BreakOutException

    • Constructor Detail

      • BreakOutException

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

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

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

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

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

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

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