Class HvlOAuthException
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 Summary
ConstructorsConstructorDescriptionInstantiates a new HvlOAuthException.HvlOAuthException(String message) Instantiates a new HvlOAuthException.HvlOAuthException(String code, String message) Instantiates a new HvlOAuthException.HvlOAuthException(String message, Throwable cause, tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail) Instantiates a new HvlOAuthException.HvlOAuthException(Throwable cause, tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail) Instantiates a new HvlOAuthException.HvlOAuthException(tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail) Instantiates a new HvlOAuthException. -
Method Summary
Methods inherited from class tr.com.havelsan.javarch.exception.HvlUncheckedException
getErrorDetail, setErrorDetailMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
Instantiates a new HvlOAuthException.- Parameters:
message- the message
-
HvlOAuthException
Instantiates a new HvlOAuthException.- Parameters:
code- the codemessage- the message
-
HvlOAuthException
public HvlOAuthException(Throwable cause, tr.com.havelsan.javarch.exception.model.HvlErrorDetail errorDetail) Instantiates a new HvlOAuthException.- Parameters:
cause- the causeerrorDetail- 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 messagecause- the causeerrorDetail- the error detail
-