Class CannotEditException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.images.handlers.CannotEditException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotEditException

@API(type=EXTENDABLE, src=PUBLIC) public class CannotEditException extends Exception
Exception thrown when an attempt to edit an resource is made with a handler that does not support this, or that gets an error when editing.
See Also:
  • Constructor Details

    • CannotEditException

      public CannotEditException(String message)
      Constructor.
      Parameters:
      message - The message.
    • CannotEditException

      public CannotEditException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The message.
      cause - The cause of this exception.