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

public static final class PushHttpHandler.AuthException extends Exception
A refused authentication, with the HTTP status to answer.
Author:
Christopher Mindus
See Also:
  • Field Details

    • status

      public final int status
      The status: 401 or 403.
  • Constructor Details

    • AuthException

      public AuthException(int status, String message)
      Constructor.
      Parameters:
      status - The status.
      message - The message.