Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.saml.common.exceptions.PicketLinkException
org.keycloak.saml.common.exceptions.NotImplementedException
- All Implemented Interfaces:
 Serializable
An exception that indicates that something is not ready for use. Usually, this exception is thrown from methods not fully implemented or tested but available for invocation.
- Author:
 - Pedro Igor
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NotImplementedException
 
 -