|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--oracle.owb.foundation.ReadOnlyException
ReadOnlyException is an runtime exception that is thrown
whenever an attempt is made to modify a read-only object. The object may be
inherently read-only (like the functions in Oracle Library) or may become
read-only as a result of some actions (like failure to obtain the lock in a
multi-user session).
| Constructor Summary | |
ReadOnlyException()
Constructs a ReadOnlyException with no detail message. |
|
ReadOnlyException(java.lang.String s)
Constructs a ReadOnlyException with the specified
detail message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ReadOnlyException()
ReadOnlyException with no detail message.public ReadOnlyException(java.lang.String s)
ReadOnlyException with the specified
detail message.s - the detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||