Class CannotEditException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ro.sync.exml.workspace.api.images.handlers.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.
-
-
-
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.
-
-