Package | Description |
---|---|
org.dogtagpki.tps.main | |
org.dogtagpki.tps.msg |
Modifier and Type | Method and Description |
---|---|
EndOpMsg.TPSStatus |
TPSException.getStatus() |
Constructor and Description |
---|
TPSException(java.lang.String message,
EndOpMsg.TPSStatus status) |
TPSException(java.lang.String message,
EndOpMsg.TPSStatus status,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static EndOpMsg.TPSStatus |
EndOpMsg.TPSStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EndOpMsg.TPSStatus[] |
EndOpMsg.TPSStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
EndOpMsg.statusToInt(EndOpMsg.TPSStatus status) |
Constructor and Description |
---|
EndOpMsg(TPSMessage.OpType theOp,
int result,
EndOpMsg.TPSStatus message) |