Class TechnicalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommunicationException, CredentialsException, HttpAction, MultipleAccountsFoundException

public class TechnicalException extends RuntimeException
This class represents the root technical exception for the library.
Since:
1.3.0
Author:
Jerome Leleu
See Also:
  • Constructor Details

    • TechnicalException

      public TechnicalException(String message)

      Constructor for TechnicalException.

      Parameters:
      message - a String object
    • TechnicalException

      public TechnicalException(Throwable t)

      Constructor for TechnicalException.

      Parameters:
      t - a Throwable object
    • TechnicalException

      public TechnicalException(String message, Throwable t)

      Constructor for TechnicalException.

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