Class AssetProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openremote.manager.asset.AssetProcessingException
All Implemented Interfaces:
Serializable

public class AssetProcessingException extends RuntimeException
The reason why processing an AttributeEvent failed.
See Also:
  • 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

      public AssetProcessingException(org.openremote.model.attribute.AttributeWriteFailure reason, String message, Throwable cause)
  • Method Details

    • getReason

      public org.openremote.model.attribute.AttributeWriteFailure getReason()