public class ConnectionNotConnectedException extends ConnectionException
Usually, if you get one of these, you've either forgotten to connect the server, or the server's become disconnected on its own, typically as a result of the underlying protocol timing out or the Perforce server at the other end going away, etc.
Constructor and Description |
---|
ConnectionNotConnectedException() |
ConnectionNotConnectedException(String message) |
ConnectionNotConnectedException(String message,
Throwable cause) |
ConnectionNotConnectedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConnectionNotConnectedException()
public ConnectionNotConnectedException(String message, Throwable cause)
public ConnectionNotConnectedException(String message)
public ConnectionNotConnectedException(Throwable cause)
Copyright © 2017 Perforce Software. All Rights Reserved.