Class WebAuthStrategyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.gateway.auth.web.strategy.WebAuthStrategyException
All Implemented Interfaces:
Serializable

public class WebAuthStrategyException extends Exception
See Also:
  • Constructor Details

    • WebAuthStrategyException

      public WebAuthStrategyException()
    • WebAuthStrategyException

      public WebAuthStrategyException(String message)
    • WebAuthStrategyException

      public WebAuthStrategyException(String message, Throwable cause)
    • WebAuthStrategyException

      public WebAuthStrategyException(Throwable cause)
    • WebAuthStrategyException

      protected WebAuthStrategyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)