javax.slee.usage
Class UnrecognizedUsageParameterSetNameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.slee.usage.UnrecognizedUsageParameterSetNameException
All Implemented Interfaces:
java.io.Serializable

public class UnrecognizedUsageParameterSetNameException
extends java.lang.Exception

This exception is thrown by a ServiceUsageMBean when an attempt is made to refer to an SBB usage parameter set that does not exist.

See Also:
Serialized Form

Constructor Summary
UnrecognizedUsageParameterSetNameException()
          Create an UnrecognizedUsageParameterSetNameException with no detail message.
UnrecognizedUsageParameterSetNameException(java.lang.String message)
          Create an UnrecognizedUsageParameterSetNameException 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

UnrecognizedUsageParameterSetNameException

public UnrecognizedUsageParameterSetNameException()
Create an UnrecognizedUsageParameterSetNameException with no detail message.

UnrecognizedUsageParameterSetNameException

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