Class CannotEditException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(type=EXTENDABLE,
         src=PUBLIC)
    @Deprecated
    public class CannotEditException
    extends CannotEditException
    Deprecated.
    Cannot edit exception class, deprecated, base should be used instead...
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CannotEditException​(java.lang.String message)
      Deprecated.
      Constructor.
      CannotEditException​(java.lang.String message, java.lang.Throwable cause)
      Deprecated.
      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)
        Deprecated.
        Constructor.
        Parameters:
        message - The message.
      • CannotEditException

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