Package org.wildfly.security.http.oidc
Class ServerRequest.HttpFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wildfly.security.http.oidc.ServerRequest.HttpFailure
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ServerRequest
public static class ServerRequest.HttpFailure extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpFailure(int status, String error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getError()
int
getStatus()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-