Package tss
Class TpmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tss.TpmException
-
- All Implemented Interfaces:
Serializable
public class TpmException extends RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
EncodedError
Exception
NestedException
TPM_RC
ResponseCode
-
Constructor Summary
Constructors Constructor Description TpmException(String message)
TpmException(String message, Exception nestedException)
TpmException(String message, TPM_RC code)
TpmException(TPM_RC code)
TpmException(TPM_RC code, int encodedError)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-