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:
java.io.Serializable
public class ProtocolError extends P4JavaError
Signals a serious and probably unrecoverable protocol error in an underlying transport layer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolError()
ProtocolError(java.lang.String message)
ProtocolError(java.lang.String message, java.lang.Throwable cause)
ProtocolError(java.lang.Throwable cause)
-