Package com.perforce.p4java.exception
Class ProtocolError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.perforce.p4java.exception.P4JavaError
com.perforce.p4java.exception.ProtocolError
- All Implemented Interfaces:
Serializable
Signals a serious and probably unrecoverable protocol error
in an underlying transport layer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolError(String message) ProtocolError(String message, Throwable cause) ProtocolError(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProtocolError
public ProtocolError() -
ProtocolError
-
ProtocolError
-
ProtocolError
-