javax.slee.resource
Class InvalidConfigurationException

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

public class InvalidConfigurationException
extends java.lang.Exception

This exception can be thrown by the ResourceAdaptor.raVerifyConfiguration(javax.slee.resource.ConfigProperties) method if the configuration properties supplied by the Administrator are not valid for the resource adaptor.

Since:
SLEE 1.1
See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException(java.lang.String message)
          Create an InvalidConfigurationException with a detail message.
InvalidConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Create an InvalidConfigurationException with a detail message and cause.
 
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

InvalidConfigurationException

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

Parameters:
message - the detail message.

InvalidConfigurationException

public InvalidConfigurationException(java.lang.String message,
                                     java.lang.Throwable cause)
Create an InvalidConfigurationException with a detail message and cause.

Parameters:
message - the detail message.
cause - the reason this exception was thrown.


Copyright © 2009. All Rights Reserved.