Class AuthenticationCanceledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- java.util.concurrent.CancellationException
-
- org.eclipse.jgit.internal.transport.sshd.AuthenticationCanceledException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationCanceledException extends java.util.concurrent.CancellationException
An exception to report that the user canceled the SSH authentication.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description AuthenticationCanceledException()
Creates a newAuthenticationCanceledException
.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AuthenticationCanceledException
public AuthenticationCanceledException()
Creates a newAuthenticationCanceledException
.
-
-