iaik.tc.tss.api.exceptions.tcs
Class TcTssKmLoadFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by iaik.tc.tss.api.exceptions.common.TcTssException
              extended by iaik.tc.tss.api.exceptions.tcs.TcTssKmLoadFailed
All Implemented Interfaces:
java.io.Serializable

public class TcTssKmLoadFailed
extends TcTssException

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.

See Also:
Serialized Form

Constructor Summary
TcTssKmLoadFailed(long errCode, TcTssKmKeyinfo kmKeyInfo)
           
 
Method Summary
 TcTssKmKeyinfo getKmKeyInfo()
           
 
Methods inherited from class iaik.tc.tss.api.exceptions.common.TcTssException
getErrCode, getErrCodeFull, getErrLayer, getErrOsSpecific, getErrOsSpeific, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TcTssKmLoadFailed

public TcTssKmLoadFailed(long errCode,
                         TcTssKmKeyinfo kmKeyInfo)
Method Detail

getKmKeyInfo

public TcTssKmKeyinfo getKmKeyInfo()