Package org.openremote.manager.asset
Class AssetProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openremote.manager.asset.AssetProcessingException
- All Implemented Interfaces:
Serializable
The reason why processing an
AttributeEvent failed.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.openremote.model.attribute.AttributeWriteFailure -
Constructor Summary
ConstructorsConstructorDescriptionAssetProcessingException(org.openremote.model.attribute.AttributeWriteFailure reason) AssetProcessingException(org.openremote.model.attribute.AttributeWriteFailure reason, String message) AssetProcessingException(org.openremote.model.attribute.AttributeWriteFailure reason, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionorg.openremote.model.attribute.AttributeWriteFailureMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
reason
protected final org.openremote.model.attribute.AttributeWriteFailure reason
-
-
Constructor Details
-
AssetProcessingException
public AssetProcessingException(org.openremote.model.attribute.AttributeWriteFailure reason) -
AssetProcessingException
public AssetProcessingException(org.openremote.model.attribute.AttributeWriteFailure reason, String message) -
AssetProcessingException
-
-
Method Details
-
getReason
public org.openremote.model.attribute.AttributeWriteFailure getReason()
-