com.tomgibara.pronto.logging
Class ProntoLoggingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tomgibara.pronto.core.ProntoException
                  extended by com.tomgibara.pronto.logging.ProntoLoggingException
All Implemented Interfaces:
java.io.Serializable

public class ProntoLoggingException
extends com.tomgibara.pronto.core.ProntoException

Instances of this exception are thrown when the LoggingConfig instance is unable to successfully update the logging configuration.

Author:
Tom Gibara
See Also:
Serialized Form

Constructor Summary
ProntoLoggingException()
          Constructs a new ProntoLoggingException.
ProntoLoggingException(java.lang.String message)
          Constructs a new ProntoLoggingException.
ProntoLoggingException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ProntoLoggingException.
ProntoLoggingException(java.lang.Throwable cause)
          Constructs a new ProntoLoggingException.
 
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

ProntoLoggingException

public ProntoLoggingException()
Constructs a new ProntoLoggingException.


ProntoLoggingException

public ProntoLoggingException(java.lang.String message,
                              java.lang.Throwable cause)
Constructs a new ProntoLoggingException.

Parameters:
message - the message of the exception
cause - the throwable which caused this exception

ProntoLoggingException

public ProntoLoggingException(java.lang.String message)
Constructs a new ProntoLoggingException.

Parameters:
message - the message of the exception

ProntoLoggingException

public ProntoLoggingException(java.lang.Throwable cause)
Constructs a new ProntoLoggingException.

Parameters:
cause - the throwable which caused this exception


Copyright © 2006-2007 Tom Gibara. All Rights Reserved.