Package com.technia.dsx.threedspace
Class RemoteOperationFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.technia.dsx.threedspace.RemoteOperationFailed
- All Implemented Interfaces:
Serializable
- Since:
- 2021-11-11
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
static void
throwUnless2xx
(com.technia.dsx.common.StatusWithMessage status) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteOperationFailed
public RemoteOperationFailed(com.technia.dsx.common.StatusWithMessage status)
-
-
Method Details
-
throwUnless2xx
public static void throwUnless2xx(com.technia.dsx.common.StatusWithMessage status) -
getCode
public int getCode()
-