Class BadSessionSecretException

All Implemented Interfaces:
Serializable

public class BadSessionSecretException extends InvalidDataException
Thrown when a bad session secret is provided.
See Also:
  • Constructor Details

    • BadSessionSecretException

      public BadSessionSecretException()
      Creates a new instance.
    • BadSessionSecretException

      public BadSessionSecretException(String message)
      Creates a new instance with the given message.
      Parameters:
      message - the detail message
    • BadSessionSecretException

      public BadSessionSecretException(String message, Object model)
      Creates a new instance with the given message and model.
      Parameters:
      message - the detail message
      model - the invalid model object
    • BadSessionSecretException

      public BadSessionSecretException(String message, Throwable cause)
      Creates a new instance with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • BadSessionSecretException

      public BadSessionSecretException(String message, Throwable cause, Object model)
      Creates a new instance with the given message, cause and model.
      Parameters:
      message - the detail message
      cause - the cause
      model - the invalid model object
    • BadSessionSecretException

      public BadSessionSecretException(Throwable cause)
      Creates a new instance with the given cause.
      Parameters:
      cause - the cause
    • BadSessionSecretException

      public BadSessionSecretException(Throwable cause, Object model)
      Creates a new instance with the given cause and model.
      Parameters:
      cause - the cause
      model - the invalid model object
    • BadSessionSecretException

      public BadSessionSecretException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      cause - the cause
      enableSuppression - whether suppression is enabled
      writableStackTrace - whether the stack trace is writable