java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.http.HttpException
io.helidon.http.UnauthorizedException
- All Implemented Interfaces:
Serializable
A runtime exception indicating a
unauthorized
.- See Also:
-
Constructor Summary
ConstructorDescriptionUnauthorizedException
(String message) CreatesUnauthorizedException
.UnauthorizedException
(String message, Throwable cause) CreatesUnauthorizedException
. -
Method Summary
Methods inherited from class io.helidon.http.HttpException
header, headers, keepAlive, status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedException
CreatesUnauthorizedException
.- Parameters:
message
- the message
-
UnauthorizedException
CreatesUnauthorizedException
.- Parameters:
message
- the messagecause
- the cause of this exception
-