Package io.littlehorse.sdk.common.auth
Class AuthorizationServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.littlehorse.sdk.common.auth.AuthorizationServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthorizationServerException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationServerException(java.lang.String message)AuthorizationServerException(java.lang.Throwable cause)
-