org.springframework.extensions.surf.exception
Class RemoteConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

Constructor Summary
RemoteConfigException(String message)
           
RemoteConfigException(String message, Exception ex)
           
 
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

RemoteConfigException

public RemoteConfigException(String message)

RemoteConfigException

public RemoteConfigException(String message,
                             Exception ex)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.