Class HvlOAuthLdapException

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

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

  • Constructor Details

    • HvlOAuthLdapException

      public HvlOAuthLdapException()
      Instantiates a new HvlOAuthLdapException.
    • HvlOAuthLdapException

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

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

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

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

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