Class ActionDeniedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inductiveautomation.perspective.gateway.action.ActionDeniedException
All Implemented Interfaces:
Serializable

public class ActionDeniedException extends RuntimeException
See Also:
  • Constructor Details

    • ActionDeniedException

      public ActionDeniedException()
    • ActionDeniedException

      public ActionDeniedException(String message)
    • ActionDeniedException

      public ActionDeniedException(String message, Throwable cause)
    • ActionDeniedException

      public ActionDeniedException(Throwable cause)
    • ActionDeniedException

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