org.apache.directory.server.log
Class InvalidLogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.server.log.InvalidLogException
All Implemented Interfaces:
Serializable

public class InvalidLogException
extends Exception

An exception used when the log content could be invalid.

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
InvalidLogException()
           
InvalidLogException(String s)
           
InvalidLogException(String s, Throwable cause)
           
InvalidLogException(Throwable cause)
           
 
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

InvalidLogException

public InvalidLogException()

InvalidLogException

public InvalidLogException(String s)

InvalidLogException

public InvalidLogException(Throwable cause)

InvalidLogException

public InvalidLogException(String s,
                           Throwable cause)


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.