com.perforce.p4java.exception
Class ProtocolError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.perforce.p4java.exception.P4JavaError
              extended by com.perforce.p4java.exception.ProtocolError
All Implemented Interfaces:
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
ProtocolError()
           
ProtocolError(String message)
           
ProtocolError(String message, Throwable cause)
           
ProtocolError(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtocolError

public ProtocolError()

ProtocolError

public ProtocolError(String message)

ProtocolError

public ProtocolError(Throwable cause)

ProtocolError

public ProtocolError(String message,
                     Throwable cause)


Copyright © 2015 Perforce Software. All Rights Reserved.