Uses of Class
com.perforce.p4java.exception.TrustException.Type

Packages that use TrustException.Type
com.perforce.p4java.exception Provides exception and error classes for signaling and handling user, internal, and Perforce server errors. 
 

Uses of TrustException.Type in com.perforce.p4java.exception
 

Methods in com.perforce.p4java.exception that return TrustException.Type
 TrustException.Type TrustException.getType()
           
static TrustException.Type TrustException.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TrustException.Type[] TrustException.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.perforce.p4java.exception with parameters of type TrustException.Type
TrustException(TrustException.Type type, String serverHostPort, String serverIpPort, String fingerprint, String message)
           
TrustException(TrustException.Type type, String serverHostPort, String serverIpPort, String fingerprint, String message, Throwable cause)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.