Package com.strongdm.api
Class UnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.strongdm.api.RpcException
com.strongdm.api.UnknownException
- All Implemented Interfaces:
Serializable
UnknownException is a generic wrapper that indicates an unknown internal error in the SDK.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownException
(String errorMessage) UnknownException
(String errorMessage, Throwable innerError) -
Method Summary
Methods inherited from class com.strongdm.api.RpcException
getCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownException
-
UnknownException
-