|
|||||||||
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 | +--javax.slee.profile.ReadOnlyProfileException
This exception is thrown by a Profile Management class implemented by the SLEE if an attempt is made to change the value of a profile attribute when the profile is in the read-only state.
Constructor Summary | |
ReadOnlyProfileException()
Create a ReadOnlyProfileException with no detail message. |
|
ReadOnlyProfileException(java.lang.String message)
Create a ReadOnlyProfileException with a detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReadOnlyProfileException()
ReadOnlyProfileException
with no detail message.public ReadOnlyProfileException(java.lang.String message)
ReadOnlyProfileException
with a detail message.message
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |