javax.slee.profile
Class UnrecognizedQueryNameException

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

public class UnrecognizedQueryNameException
extends java.lang.Exception

This exception is thrown by the ProfileFacility and ProfileProvisioningMBean when passed the name of a static query that has not been defined.

Since:
SLEE 1.1
See Also:
Serialized Form

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

UnrecognizedQueryNameException

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


UnrecognizedQueryNameException

public UnrecognizedQueryNameException(java.lang.String message)
Create an UnrecognizedQueryNameException with a detail message.

Parameters:
message - the detail message.


Copyright © 2008. All Rights Reserved.