Class RemoteConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.extensions.surf.exception.RemoteConfigException
- All Implemented Interfaces:
Serializable
Thrown by the Web Script Framework when an issue occurs reading
or working with objects described by the Remote Config block
of the Web Script Framework configuration file.
The Remote Config block lets you specify Connectors,
Authenticators and Endpoints.
If a problem occurs in reading or instantiating implementation
objects for these elements, a RemoteConfigException may be
thrown.
- Author:
- muzquiano
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteConfigException(String message) RemoteConfigException(String message, Exception ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteConfigException
-
RemoteConfigException
-