javax.slee.usage
Class UnrecognizedUsageParameterSetNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.slee.usage.UnrecognizedUsageParameterSetNameException
All Implemented Interfaces:
java.io.Serializable

public class UnrecognizedUsageParameterSetNameException
extends java.lang.Exception

This exception is thrown by a UsageMBean when an attempt is made to refer to an 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.
 
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

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.


Copyright © 2009. All Rights Reserved.