Package com.netscape.certsrv.key
Class KeyNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netscape.certsrv.base.PKIException
-
- com.netscape.certsrv.base.ResourceNotFoundException
-
- com.netscape.certsrv.key.KeyNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class KeyNotFoundException extends ResourceNotFoundException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.netscape.certsrv.base.PKIException
PKIException.Data
-
-
Field Summary
Fields Modifier and Type Field Description KeyId
keyID
-
Fields inherited from class com.netscape.certsrv.base.PKIException
code
-
-
Constructor Summary
Constructors Constructor Description KeyNotFoundException(PKIException.Data data)
KeyNotFoundException(KeyId keyId)
KeyNotFoundException(KeyId keyId, java.lang.String message)
KeyNotFoundException(KeyId keyId, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PKIException.Data
getData()
KeyId
getKeyId()
void
setRequestId(KeyId KeyId)
-
Methods inherited from class com.netscape.certsrv.base.PKIException
getCode, main, setCode
-
-
-
-
Field Detail
-
keyID
public KeyId keyID
-
-
Constructor Detail
-
KeyNotFoundException
public KeyNotFoundException(KeyId keyId)
-
KeyNotFoundException
public KeyNotFoundException(KeyId keyId, java.lang.String message)
-
KeyNotFoundException
public KeyNotFoundException(KeyId keyId, java.lang.String message, java.lang.Throwable cause)
-
KeyNotFoundException
public KeyNotFoundException(PKIException.Data data)
-
-
Method Detail
-
getData
public PKIException.Data getData()
- Overrides:
getData
in classResourceNotFoundException
-
getKeyId
public KeyId getKeyId()
-
setRequestId
public void setRequestId(KeyId KeyId)
-
-