|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.slee.profile.ReadOnlyProfileException
public class 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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||