public class CADoesntExistsException
extends java.lang.Object
Java class for CADoesntExistsException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CADoesntExistsException"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="errorCode" type="{http://ws.protocol.core.ejbca.org/}errorCode" minOccurs="0"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ErrorCode |
errorCode |
protected java.lang.String |
message |
Constructor and Description |
---|
CADoesntExistsException() |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
getErrorCode()
Gets the value of the errorCode property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
void |
setErrorCode(ErrorCode value)
Sets the value of the errorCode property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
protected ErrorCode errorCode
protected java.lang.String message
public ErrorCode getErrorCode()
ErrorCode
public java.lang.String getMessage()
String
public void setErrorCode(ErrorCode value)
value
- allowed object is
ErrorCode
public void setMessage(java.lang.String value)
value
- allowed object is
String
2019 PrimeKey Solutions AB.