Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.axemble.vdoc.sdk.exceptions.AuthenticationException
All Implemented Interfaces:
Serializable

public class AuthenticationException extends Exception
Author:
vlygeros
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException()
    • AuthenticationException

      public AuthenticationException(String message)
      Parameters:
      message -
    • AuthenticationException

      public AuthenticationException(Throwable cause)
      Parameters:
      cause -
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)
      Parameters:
      message -
      cause -