Class PasswordStorage.InvalidHashException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openremote.container.security.basic.PasswordStorage.InvalidHashException
All Implemented Interfaces:
Serializable
Enclosing class:
PasswordStorage

public static class PasswordStorage.InvalidHashException extends RuntimeException
See Also:
  • Constructor Details

    • InvalidHashException

      public InvalidHashException(String message)
    • InvalidHashException

      public InvalidHashException(String message, Throwable source)