java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.http.HttpException
io.helidon.http.ForbiddenException
- All Implemented Interfaces:
- Serializable
A runtime exception indicating a 
forbidden.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionForbiddenException(String message) CreatesForbiddenException.ForbiddenException(String message, Throwable cause) CreatesForbiddenException.
- 
Method SummaryMethods inherited from class io.helidon.http.HttpExceptionheader, headers, keepAlive, statusMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ForbiddenExceptionCreatesForbiddenException.- Parameters:
- message- the message
 
- 
ForbiddenExceptionCreatesForbiddenException.- Parameters:
- message- the message
- cause- the cause of this exception
 
 
-