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

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.TcTpmException
All Implemented Interfaces:
java.io.Serializable

public class TcTpmException
extends TcTssException

This exception is thrown if an error at TPM level occurred.

See Also:
Serialized Form

Constructor Summary
TcTpmException(long errCode)
           
TcTpmException(long errCode, java.lang.String message)
           
 
Method Summary
 
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

TcTpmException

public TcTpmException(long errCode)

TcTpmException

public TcTpmException(long errCode,
                      java.lang.String message)