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