Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.portlets.user.uriresolvermanager.exception.NotImplementedException
- All Implemented Interfaces:
Serializable
The Class NotImplementedException.
- Author:
- Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it Nov 5, 2021
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new not implemented exception.NotImplementedException(String message) Instantiates a new not implemented exception. -
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
public NotImplementedException()Instantiates a new not implemented exception. -
NotImplementedException
Instantiates a new not implemented exception.- Parameters:
message- the message
-