Class ClarityUpdateException

All Implemented Interfaces:
Serializable

public class ClarityUpdateException extends RuntimeException
Exception thrown when an attempt is made to change an object that cannot be altered in such a manner through the Clarity API. This covers any of create, update or delete.
See Also:
  • Constructor Details

    • ClarityUpdateException

      public ClarityUpdateException()
      Initialise with no details.
    • ClarityUpdateException

      public ClarityUpdateException(String message)
      Initialise with an error message.
      Parameters:
      message - The error message.