Package io.jans.as.client.uma.exception
Class UmaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.jans.as.client.uma.exception.UmaException
-
- All Implemented Interfaces:
Serializable
public class UmaException extends Exception
UMA Exception- Author:
- Yuriy Movchan Date: 12/08/2012
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UmaException()
UmaException(String message)
UmaException(String message, Throwable cause)
UmaException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-