Class DisabledAccountException

    • Constructor Detail

      • DisabledAccountException

        public DisabledAccountException()
        Creates a new DisabledAccountException.
      • DisabledAccountException

        public DisabledAccountException​(String message)
        Constructs a new DisabledAccountException.
        Parameters:
        message - the reason for the exception
      • DisabledAccountException

        public DisabledAccountException​(Throwable cause)
        Constructs a new DisabledAccountException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • DisabledAccountException

        public DisabledAccountException​(String message,
                                        Throwable cause)
        Constructs a new DisabledAccountException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.