Class UserExternallyManagedException

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

public class UserExternallyManagedException extends Exception
See Also:
  • Constructor Details

    • UserExternallyManagedException

      public UserExternallyManagedException()
    • UserExternallyManagedException

      public UserExternallyManagedException(String message)
    • UserExternallyManagedException

      public UserExternallyManagedException(String message, Throwable cause)
    • UserExternallyManagedException

      public UserExternallyManagedException(Throwable cause)
    • UserExternallyManagedException

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