Class ClientRegistrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.keycloak.services.clientregistration.ClientRegistrationException
-
- All Implemented Interfaces:
Serializable
public class ClientRegistrationException extends RuntimeException
- Author:
- Marek Posolda
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientRegistrationException()
ClientRegistrationException(String message)
ClientRegistrationException(String message, Throwable throwable)
ClientRegistrationException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-