Class CannotEditException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    CannotEditException

    @API(type=EXTENDABLE,
         src=PUBLIC)
    public class CannotEditException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CannotEditException​(java.lang.String message)
      Constructor.
      CannotEditException​(java.lang.String message, java.lang.Throwable cause)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CannotEditException

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

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