|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.enterprise.adaptor.StartupException
com.google.enterprise.adaptor.InvalidConfigurationException
public class InvalidConfigurationException
Thrown for unrecoverable configuration errors. Recoverable configuration problems (such as server off-line) should throw something other than StartupException, so that the retry with backoff logic will be used.
| Constructor Summary | |
|---|---|
InvalidConfigurationException()
Constructs a new InvalidConfigurationException with no message and no root cause. |
|
InvalidConfigurationException(String message)
Constructs a InvalidConfigurationException with a supplied message but no root cause. |
|
InvalidConfigurationException(String message,
Throwable rootCause)
Constructs a InvalidConfigurationException with message and root 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()
public InvalidConfigurationException(String message)
message - the message. Can be retrieved by the Throwable.getMessage()
method.
public InvalidConfigurationException(String message,
Throwable rootCause)
message - the message. Can be retrieved by the Throwable.getMessage()
method.rootCause - root failure cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||