Package | Description |
---|---|
com.perforce.p4java.common.base | |
com.perforce.p4java.exception |
Provides exception and error classes for signaling and handling user, internal, and Perforce server errors.
|
com.perforce.p4java.impl.mapbased.rpc.func.helper |
Modifier and Type | Method and Description |
---|---|
static void |
P4JavaExceptions.throwP4JavaError(String message,
Object... args) |
static void |
P4JavaExceptions.throwP4JavaError(Throwable cause,
String message,
Object... args) |
static void |
P4JavaExceptions.throwP4JavaErrorIfConditionFails(boolean expression,
String message,
Object... args)
If the check
expression fails; then ConnectionException will throw
with given error message message |
Modifier and Type | Class and Description |
---|---|
class |
ClientError
Signals a serious and probably unrecoverable client error in an underlying
transport layer.
|
class |
NullPointerError
Error class used to signal null pointers.
|
class |
ProtocolError
Signals a serious and probably unrecoverable protocol error
in an underlying transport layer.
|
class |
UnimplementedError
Error class used to signal an unimplemented feature or method.
|
Constructor and Description |
---|
MD5Digester() |
Copyright © 2017 Perforce Software. All Rights Reserved.