Platform SDK Java 8.5 API Reference

com.genesyslab.platform.logging.runtime
Class LoggerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.genesyslab.platform.commons.PlatformException
              extended by com.genesyslab.platform.logging.runtime.LoggerException
All Implemented Interfaces:
java.io.Serializable

public class LoggerException
extends PlatformException

See Also:
Serialized Form

Constructor Summary
LoggerException()
          Default ctor.
LoggerException(java.lang.String message)
          Standard ctor.
LoggerException(java.lang.String message, java.lang.Exception innerException)
          Standard ctor.
 
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

LoggerException

public LoggerException()
Default ctor.


LoggerException

public LoggerException(java.lang.String message)
Standard ctor.

Parameters:
message - the exception message

LoggerException

public LoggerException(java.lang.String message,
                       java.lang.Exception innerException)
Standard ctor.

Parameters:
message - the exception message
innerException - inner exception

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.