Package com.streambase.sb.client
Class URIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.streambase.sb.StreamBaseException
-
- com.streambase.sb.client.URIException
-
- All Implemented Interfaces:
LocatedItem
,Serializable
public class URIException extends StreamBaseException
Exception thrown when URI parsing fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URIException(String a_uri, String a_reason)
-
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
-
-