Package io.getstream.core.exceptions
Class StreamException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.getstream.core.exceptions.StreamException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
StreamAPIException
public class StreamException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description StreamException()
StreamException(java.lang.String message)
StreamException(java.lang.String message, java.lang.Throwable cause)
protected
StreamException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
StreamException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
StreamException
public StreamException()
-
StreamException
public StreamException(java.lang.String message)
-
StreamException
public StreamException(java.lang.String message, java.lang.Throwable cause)
-
StreamException
public StreamException(java.lang.Throwable cause)
-
StreamException
protected StreamException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-