Package io.jans.as.model.exception
Class InvalidJweException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.jans.as.model.exception.InvalidJweException
-
- All Implemented Interfaces:
Serializable
public class InvalidJweException extends Exception
- Author:
- Javier Rojas Blum Date: 12.06.2012
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidJweException(String message)
InvalidJweException(String message, Throwable cause)
InvalidJweException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-