Class PasswordDoesNotMatchException

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

public class PasswordDoesNotMatchException extends Exception
See Also:
  • Constructor Details

    • PasswordDoesNotMatchException

      public PasswordDoesNotMatchException()
    • PasswordDoesNotMatchException

      public PasswordDoesNotMatchException(String message)
    • PasswordDoesNotMatchException

      public PasswordDoesNotMatchException(String message, Throwable cause)
    • PasswordDoesNotMatchException

      public PasswordDoesNotMatchException(Throwable cause)
    • PasswordDoesNotMatchException

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