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)
    • TechnicalException

      public TechnicalException(Throwable t)
    • TechnicalException

      public TechnicalException(String message, Throwable t)