|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.slee.resource.InvalidConfigurationException
public class InvalidConfigurationException
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.
| 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 |
|---|
public InvalidConfigurationException(java.lang.String message)
InvalidConfigurationException with a detail message.
message - the detail message.
public InvalidConfigurationException(java.lang.String message,
java.lang.Throwable cause)
InvalidConfigurationException with a detail message
and cause.
message - the detail message.cause - the reason this exception was thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||