org.eclipse.jgit.junit.http
Class RecordingLogger.Warning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jgit.junit.http.RecordingLogger.Warning
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RecordingLogger

public static class RecordingLogger.Warning
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
RecordingLogger.Warning(java.lang.String msg)
           
RecordingLogger.Warning(java.lang.String msg, java.lang.Throwable cause)
           
RecordingLogger.Warning(java.lang.Throwable thrown)
           
 
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

RecordingLogger.Warning

public RecordingLogger.Warning(java.lang.String msg)

RecordingLogger.Warning

public RecordingLogger.Warning(java.lang.String msg,
                               java.lang.Throwable cause)

RecordingLogger.Warning

public RecordingLogger.Warning(java.lang.Throwable thrown)


Copyright © 2011. All Rights Reserved.