|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
ObjectThrowable
Exception
TcTssException
TcTssKmLoadFailed
public class TcTssKmLoadFailed
This exception is thrown by the persistent storage if a key could not be loaded (by UUID) because
a required parent key is currently not loaded. Information about the parent key in question can be
obtained via the getKmKeyInfo() method.
| Constructor Summary | |
|---|---|
TcTssKmLoadFailed(long errCode,
TcTssKmKeyinfo kmKeyInfo)
|
|
| Method Summary | |
|---|---|
TcTssKmKeyinfo |
getKmKeyInfo()
|
| Methods inherited from class TcTssException |
|---|
getErrCode, getErrCodeFull, getErrLayer, getErrOsSpecific, getErrOsSpeific, getMessage |
| Methods inherited from class Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TcTssKmLoadFailed(long errCode,
TcTssKmKeyinfo kmKeyInfo)
| Method Detail |
|---|
public TcTssKmKeyinfo getKmKeyInfo()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||