Platform SDK Java 8.5 API Reference

com.genesyslab.platform.applicationblocks.com
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.genesyslab.platform.applicationblocks.com.ConfigException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigServerException

public class ConfigException
extends java.lang.Exception

This is a basic exception that application block throws in case of abnormal flow (such as 'nothing was found in Configuration Server', 'invalid parameters of connection', etc).

See Also:
Serialized Form

Constructor Summary
ConfigException(java.lang.String message)
          Creates the exception class.
ConfigException(java.lang.String message, java.lang.Throwable origin)
          Creates the exception class.
 
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

ConfigException

public ConfigException(java.lang.String message)
Creates the exception class.

Parameters:
message - Exception message

ConfigException

public ConfigException(java.lang.String message,
                       java.lang.Throwable origin)
Creates the exception class.

Parameters:
message - Exception message
origin - Original cause

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.