Package com.streambase.sb
Class NotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.streambase.sb.StreamBaseException
-
- com.streambase.sb.NotSupportedException
-
- All Implemented Interfaces:
LocatedItem
,Serializable
public class NotSupportedException extends StreamBaseException
Signals that some feature is not supported- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotSupportedException(String a_message)
NotSupportedException(String a_message, Throwable a_cause)
NotSupportedException(Throwable a_cause)
-
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
-
-