Class GroupExternallyManagedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.craftercms.studio.api.v1.exception.security.GroupExternallyManagedException
All Implemented Interfaces:
Serializable

public class GroupExternallyManagedException extends Exception
See Also:
  • Constructor Details

    • GroupExternallyManagedException

      public GroupExternallyManagedException()
    • GroupExternallyManagedException

      public GroupExternallyManagedException(String message)
    • GroupExternallyManagedException

      public GroupExternallyManagedException(String message, Throwable cause)
    • GroupExternallyManagedException

      public GroupExternallyManagedException(Throwable cause)
    • GroupExternallyManagedException

      public GroupExternallyManagedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)