Class InvalidLtpa2TokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
de.sephirothj.spring.security.ltpa2.InvalidLtpa2TokenException
All Implemented Interfaces:
Serializable

public class InvalidLtpa2TokenException extends org.springframework.security.core.AuthenticationException
Exception thrown for all kinds of exceptions when working with an LTPA2 token or keys
Author:
Sephiroth
See Also:
  • Constructor Details

    • InvalidLtpa2TokenException

      public InvalidLtpa2TokenException(String msg, Throwable cause)
      Constructs an InvalidLtpa2TokenException with the specified message and root cause.
      Parameters:
      msg - the detail message
      cause - the root cause
    • InvalidLtpa2TokenException

      public InvalidLtpa2TokenException(String msg)
      Constructs an InvalidLtpa2TokenException with the specified message and no root cause.
      Parameters:
      msg - the detail message