Package ro.sync.ecss.extensions.commons
Class CannotEditException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.exml.workspace.api.images.handlers.CannotEditException
ro.sync.ecss.extensions.commons.CannotEditException
- All Implemented Interfaces:
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:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotEditException
(String message) Deprecated.Constructor.CannotEditException
(String message, 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
-
Constructor Details
-
CannotEditException
Deprecated.Constructor.- Parameters:
message
- The message.
-
CannotEditException
Deprecated.Constructor.- Parameters:
message
- The message.cause
- The cause of this exception.
-