Class PushHttpHandler.AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iizix.server.push.engine.http.PushHttpHandler.AuthException
- All Implemented Interfaces:
Serializable
- Enclosing class:
PushHttpHandler
A refused authentication, with the HTTP status to answer.
- Author:
- Christopher Mindus
- See Also:
Field Summary
FieldsConstructor Summary
ConstructorsMethod Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Field Details
status
public final int statusThe status: 401 or 403.
Constructor Details
AuthException
Constructor.- Parameters:
status- The status.message- The message.