Package io.getstream.core.exceptions
Class StreamAPIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.getstream.core.exceptions.StreamException
-
- io.getstream.core.exceptions.StreamAPIException
-
- All Implemented Interfaces:
java.io.Serializable
public final class StreamAPIException extends StreamException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamAPIException(java.lang.String message, int errorCode, int statusCode, java.lang.String errorName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
java.lang.String
getErrorName()
int
getStatusCode()
-