- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- co.tryterra.terraclient.exceptions.TerraException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BodyParsingException
public class TerraException extends Exception
Base class for all checked exceptions thrown by this library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TerraException(String text)
TerraException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-