public class InvalidConfigurationException
extends java.lang.Exception
Indicates that one or more parameters in the server configuration are not valid.
| Constructor and Description |
|---|
InvalidConfigurationException()
InvalidConfigurationException constructor.
|
InvalidConfigurationException(java.lang.String s)
InvalidConfigurationException constructor.
|
InvalidConfigurationException(java.lang.String s,
java.lang.Exception ex)
InvalidConfigurationException constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getChainedException()
Return the chained exception details
|
boolean |
hasChainedException()
Check if there is a chained exception
|
public InvalidConfigurationException()
public InvalidConfigurationException(java.lang.String s)
s - java.lang.Stringpublic InvalidConfigurationException(java.lang.String s,
java.lang.Exception ex)
s - java.lang.Stringex - ExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.