public class InvalidConfigurationException extends Exception
Indicates that one or more parameters in the server configuration are not valid.
Constructor and Description |
---|
InvalidConfigurationException()
InvalidConfigurationException constructor.
|
InvalidConfigurationException(String s)
InvalidConfigurationException constructor.
|
InvalidConfigurationException(String s,
Exception ex)
InvalidConfigurationException constructor.
|
Modifier and Type | Method and Description |
---|---|
Exception |
getChainedException()
Return the chained exception details
|
boolean |
hasChainedException()
Check if there is a chained exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidConfigurationException()
public InvalidConfigurationException(String s)
s
- java.lang.Stringpublic final boolean hasChainedException()
public final Exception getChainedException()
Copyright © 2005–2017 Alfresco Software. All rights reserved.