| Package | Description |
|---|---|
| org.gatein.pc.test.unit | |
| org.gatein.pc.test.unit.protocol.response |
| Modifier and Type | Method and Description |
|---|---|
FailureType |
Failure.getType() |
static FailureType |
FailureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureType[] |
FailureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Failure(String message,
FailureType type) |
Failure(String message,
Throwable cause,
FailureType type) |
Failure(Throwable cause,
FailureType type) |
| Constructor and Description |
|---|
FailureResponse(FailureType type) |
Copyright © 2003-2016 GateIn. All Rights Reserved.