Class CredentialsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccountNotFoundException, BadCredentialsException

public class CredentialsException extends TechnicalException
This class represents an expected exception occurring during credentials retrieval.
Since:
1.4.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • CredentialsException

      public CredentialsException(String message)

      Constructor for CredentialsException.

      Parameters:
      message - a String object
    • CredentialsException

      public CredentialsException(Throwable t)

      Constructor for CredentialsException.

      Parameters:
      t - a Throwable object
    • CredentialsException

      public CredentialsException(String message, Throwable t)

      Constructor for CredentialsException.

      Parameters:
      message - a String object
      t - a Throwable object