java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tr.com.havelsan.javarch.exception.HvlUncheckedException
tr.com.havelsan.javarch.oauth.auth.cloud.client.exception.HvlAuthException
All Implemented Interfaces:
Serializable, tr.com.havelsan.javarch.exception.HvlException

@HvlFeignClientError public class HvlAuthException extends tr.com.havelsan.javarch.exception.HvlUncheckedException
HvlAuthException is thrown with errorCode and errorMessage when authentication error occurs.
See Also:
  • Constructor Details

    • HvlAuthException

      public HvlAuthException()
      Instantiates a new HvlAuthException.
    • HvlAuthException

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

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