Package org.leo.aws.ddb.utils.exceptions
Class ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.leo.aws.ddb.utils.exceptions.ServiceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UtilsException
public class ServiceException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceException(String errorType)ServiceException(String errorType, String message)ServiceException(String errorType, String message, Throwable cause)ServiceException(String errorType, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorType()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-