Package | Description |
---|---|
com.perforce.p4java.exception |
Provides exception and error classes for signaling and handling user, internal, and Perforce server errors.
|
Modifier and Type | Method and Description |
---|---|
TrustException.Type |
TrustException.getType() |
static TrustException.Type |
TrustException.Type.valueOf(java.lang.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.
|
Constructor and Description |
---|
TrustException(TrustException.Type type,
java.lang.String serverHostPort,
java.lang.String serverIpPort,
java.lang.String fingerprint,
java.lang.String message) |
TrustException(TrustException.Type type,
java.lang.String serverHostPort,
java.lang.String serverIpPort,
java.lang.String fingerprint,
java.lang.String message,
java.lang.Throwable cause) |
Copyright © 2017 Perforce Software. All Rights Reserved.