Package com.streambase.sb
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.streambase.sb.StreamBaseException
com.streambase.sb.NotImplementedException
- All Implemented Interfaces:
com.streambase.sb.util.LocatedItem
,Serializable
Signals that some feature has not yet been implemented.
- See Also:
-
Constructor Summary
ConstructorDescriptionNotImplementedException
(String message) ConstructorNotImplementedException
(String message, Throwable cause) ConstructorNotImplementedException
(Throwable cause) Constructor -
Method Summary
Methods inherited from class com.streambase.sb.StreamBaseException
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
Constructor- Parameters:
message
- exception message
-
NotImplementedException
Constructor- Parameters:
message
- exception messagecause
- exception cause
-
NotImplementedException
Constructor- Parameters:
cause
- exception cause
-