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

Object
  extended by Throwable
      extended by Exception
          extended by TcTssException
              extended by TcTddlException
All Implemented Interfaces:
Serializable

public class TcTddlException
extends TcTssException

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

See Also:
Serialized Form

Constructor Summary
TcTddlException(long errCode)
           
TcTddlException(long errCode, String message)
           
TcTddlException(String message)
           
 
Method Summary
 
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

TcTddlException

public TcTddlException(long errCode)

TcTddlException

public TcTddlException(long errCode,
                       String message)

TcTddlException

public TcTddlException(String message)