Class UstraDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gsitm.ustra.java.core.exception.UstraException
com.gsitm.ustra.java.data.exception.UstraDataException
- All Implemented Interfaces:
com.gsitm.ustra.java.core.exception.ResponseCode<Object>,Serializable
public class UstraDataException
extends com.gsitm.ustra.java.core.exception.UstraException
- See Also:
-
Field Summary
Fields inherited from interface com.gsitm.ustra.java.core.exception.ResponseCode
logger -
Constructor Summary
ConstructorsConstructorDescriptionUstraDataException(com.gsitm.ustra.java.core.exception.ResponseCode code, Object... messageArguments) UstraDataException(com.gsitm.ustra.java.core.exception.ResponseCode code, String message, Object... messageArguments) UstraDataException(com.gsitm.ustra.java.core.exception.ResponseCode code, String message, Throwable cause, Object... messageArguments) UstraDataException(com.gsitm.ustra.java.core.exception.ResponseCode code, Throwable cause) -
Method Summary
Methods inherited from class com.gsitm.ustra.java.core.exception.UstraException
canEqual, equals, getCode, getData, getErrs, getMessage, getMessageArguments, getStatusCode, hashCode, httpStatusCode, isSuccess, setCode, setData, setErrs, setMessage, setMessageArguments, setStatusCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gsitm.ustra.java.core.exception.ResponseCode
exception, exception, exception, getBody, messageArguments, messageCode
-
Constructor Details
-
UstraDataException
-
UstraDataException
public UstraDataException(com.gsitm.ustra.java.core.exception.ResponseCode code, Object... messageArguments) -
UstraDataException
-
UstraDataException
-