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

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

  • Constructor Details

    • HvlAuthzException

      public HvlAuthzException()
      Instantiates a new HvlAuthzException.
    • HvlAuthzException

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

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

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

      public HvlAuthzException(String errorCode, String message, Throwable t)
      Instantiates a new HvlAuthzException.
      Parameters:
      errorCode - the error code
      message - the message
      t - the t
    • HvlAuthzException

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