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:
  • Constructor Details

    • UmaException

      public UmaException()
    • UmaException

      public UmaException(String message)
    • UmaException

      public UmaException(Throwable cause)
    • UmaException

      public UmaException(String message, Throwable cause)