javax.slee.profile
Class ReadOnlyProfileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.
 
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

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.


Copyright © 2008. All Rights Reserved.