com.perforce.p4java.exception
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.perforce.p4java.exception.P4JavaException
              extended by com.perforce.p4java.exception.ConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionNotConnectedException, TrustException

public class ConnectionException
extends P4JavaException

Superclass for all P4Java connection-related exceptions.

See Also:
Serialized Form

Constructor Summary
ConnectionException()
           
ConnectionException(String message)
           
ConnectionException(String message, Throwable cause)
           
ConnectionException(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

ConnectionException

public ConnectionException()

ConnectionException

public ConnectionException(String message,
                           Throwable cause)

ConnectionException

public ConnectionException(String message)

ConnectionException

public ConnectionException(Throwable cause)


Copyright © 2015 Perforce Software. All Rights Reserved.