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