org.apache.subversion.javahl.remote
Class RetryOpenSession

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.subversion.javahl.SubversionException
              extended by org.apache.subversion.javahl.remote.RetryOpenSession
All Implemented Interfaces:
Serializable

public class RetryOpenSession
extends SubversionException

This checked exception is thrown only from ISVNClient.openRemoteSession or RemoteFactory.openRemoteSession if a session could not be opened due to a redirect.

See Also:
Serialized Form

Constructor Summary
protected RetryOpenSession(String message, String correctedUrl)
          This constructor is only called from native code.
 
Method Summary
 String getCorrectedUrl()
           
 
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

RetryOpenSession

protected RetryOpenSession(String message,
                           String correctedUrl)
This constructor is only called from native code.

Method Detail

getCorrectedUrl

public String getCorrectedUrl()
Returns:
the corrected URL for the session.