javax.slee.profile
Class ReadOnlyProfileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.slee.profile.ReadOnlyProfileException
All Implemented Interfaces:
java.io.Serializable

public class ReadOnlyProfileException
extends java.lang.RuntimeException

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.

See Also:
Serialized Form

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

ReadOnlyProfileException

public ReadOnlyProfileException()
Create a ReadOnlyProfileException with no detail message.

ReadOnlyProfileException

public ReadOnlyProfileException(java.lang.String message)
Create a ReadOnlyProfileException with a detail message.
Parameters:
message - the detail message.