Class StoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.resys.hdes.client.api.exceptions.StoreException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStoreException(Exception e, String code, HdesStore.StoreEntity target) StoreException(Exception e, String code, HdesStore.StoreEntity target, HdesStore.StoreExceptionMsg... msg) StoreException(String code, HdesStore.StoreEntity target) StoreException(String code, HdesStore.StoreEntity target, HdesStore.StoreExceptionMsg... msg) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StoreException
-
StoreException
public StoreException(Exception e, String code, HdesStore.StoreEntity target, HdesStore.StoreExceptionMsg... msg) -
StoreException
-
StoreException
public StoreException(String code, HdesStore.StoreEntity target, HdesStore.StoreExceptionMsg... msg)
-
-
Method Details
-
getCode
-
getTarget
-
getMessages
-