Class RetryOpenSession
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.subversion.javahl.SubversionException
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
Constructors Modifier Constructor Description protected
RetryOpenSession(String message, String correctedUrl)
This constructor is only called from native code. -
Method Summary
Modifier and Type Method Description String
getCorrectedUrl()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetryOpenSession
This constructor is only called from native code.
-
-
Method Details
-
getCorrectedUrl
- Returns:
- the corrected URL for the session.
-