Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugin.exception.NotImplementedException
- All Implemented Interfaces:
Serializable
Thrown if a class implementing one of the interfaces defined
com.priint.pubserver.plugin.interfaces does not support a method
defined in the interface.
E.g. many of the methods of the Connector interface are not mandatory.
That means, you have to implemented a stub, that throws is error. This will tell the caller the state of affairs.
- Since:
- 4.0.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedException(Object caller, int errorCode, String errorMessage) NotImplementedException(Object caller, int errorCode, String errorMessage, Throwable cause) NotImplementedException(Object caller, int errorCode, String message, Throwable cause, String... parameters) NotImplementedException(Object caller, String errorMessage) NotImplementedException(Object caller, String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NOT_IMPLEMENTED_YET
Default message text.- See Also:
-
-
Constructor Details
-
NotImplementedException
-
NotImplementedException
-
NotImplementedException
-
NotImplementedException
-
NotImplementedException
-