Class DisabledAccountException

    • Constructor Summary

      Constructors 
      Constructor Description
      DisabledAccountException()
      Creates a new DisabledAccountException.
       message)
      Constructs a new DisabledAccountException.
       message,  cause)
      Constructs a new DisabledAccountException.
       cause)
      Constructs a new DisabledAccountException.
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • DisabledAccountException

        public DisabledAccountException()
        Creates a new DisabledAccountException.
      • DisabledAccountException

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

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

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