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 SummaryConstructors Constructor Description HttpFailure(int status, String error)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()intgetStatus()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-