Class ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.platform.persistence.PException
com.polarion.platform.persistence.ReadOnlyException
- All Implemented Interfaces:
Serializable
Thrown on an attept to modify read only
IPObject or it's field.- Author:
- dobisekm
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyException(String message) ReadOnlyException(String message, Throwable cause) ReadOnlyException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadOnlyException
public ReadOnlyException() -
ReadOnlyException
- Parameters:
message-
-
ReadOnlyException
- Parameters:
message-cause-
-
ReadOnlyException
- Parameters:
cause-
-