Class StatusAction

  • All Implemented Interfaces:
    java.io.Serializable

    public class StatusAction
    extends HttpAction
    An HTTP action with just a specific status.
    Since:
    4.0.0
    Author:
    Jerome Leleu
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.pac4j.core.exception.http.HttpAction

        code
    • Constructor Summary

      Constructors 
      Constructor Description
      StatusAction​(int code)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StatusAction

        public StatusAction​(int code)