Class RemoteConfigException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RemoteConfigException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
      • RemoteConfigException

        public RemoteConfigException​(java.lang.String message,
                                     java.lang.Exception ex)