Java org.apache.commons.logging LogConfigurationException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.logging LogConfigurationException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.logging LogConfigurationException.

The text is from its open source code.

Constructor

LogConfigurationException(String message)
Construct a new exception with the specified detail message.
LogConfigurationException(Throwable cause)
Construct a new exception with the specified cause and a derived detail message.
LogConfigurationException(String message, Throwable cause)
Construct a new exception with the specified detail message and cause.

Method

voidprintStackTrace(PrintStream s)
Prints this throwable and its backtrace to the specified print stream.