java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tr.com.havelsan.javarch.exception.HvlUncheckedException
tr.com.havelsan.javarch.oauth.jpa.data.provider.exception.HvlOAuthException
All Implemented Interfaces:
Serializable, tr.com.havelsan.javarch.exception.HvlException

public class HvlOAuthException extends tr.com.havelsan.javarch.exception.HvlUncheckedException
HvlOAuthException is thrown with errorCode and errorMessage when general auth errors occur.
See Also:
  • Constructor Details

    • HvlOAuthException

      public HvlOAuthException()
      Instantiates a new HvlOAuthException.
    • HvlOAuthException

      public HvlOAuthException(tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail)
      Instantiates a new HvlOAuthException.
      Parameters:
      errorDetail - the error detail
    • HvlOAuthException

      public HvlOAuthException(String message)
      Instantiates a new HvlOAuthException.
      Parameters:
      message - the message
    • HvlOAuthException

      public HvlOAuthException(String code, String message)
      Instantiates a new HvlOAuthException.
      Parameters:
      code - the code
      message - the message
    • HvlOAuthException

      public HvlOAuthException(Throwable cause, tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail)
      Instantiates a new HvlOAuthException.
      Parameters:
      cause - the cause
      errorDetail - the error detail
    • HvlOAuthException

      public HvlOAuthException(String message, Throwable cause, tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail)
      Instantiates a new HvlOAuthException.
      Parameters:
      message - the message
      cause - the cause
      errorDetail - the error detail