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(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,
String serverHostPort,
String serverIpPort,
String fingerprint,
String message) |
TrustException(TrustException.Type type,
String serverHostPort,
String serverIpPort,
String fingerprint,
String message,
Throwable cause) |
Copyright © 2017 Perforce Software. All Rights Reserved.