org.eclipse.jgit.transport
Class RequestNotYetReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.eclipse.jgit.transport.RequestNotYetReadException
All Implemented Interfaces:
Serializable

public class RequestNotYetReadException
extends IllegalStateException

Indicates that a client request has not yet been read from the wire.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
RequestNotYetReadException()
          Initialize with no message.
RequestNotYetReadException(String msg)
           
 
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

RequestNotYetReadException

public RequestNotYetReadException()
Initialize with no message.


RequestNotYetReadException

public RequestNotYetReadException(String msg)
Parameters:
msg - a message explaining the state. This message should not be shown to an end-user.


Copyright © 2012. All Rights Reserved.