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
public class NotImplementedException extends PicketLinkException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotImplementedException
public NotImplementedException(String message)
-
-