Class RemoteConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.springframework.extensions.surf.exception.RemoteConfigException
All Implemented Interfaces:
Serializable

public class RemoteConfigException extends Exception
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 Details

    • RemoteConfigException

      public RemoteConfigException(String message)
    • RemoteConfigException

      public RemoteConfigException(String message, Exception ex)