IAIK High-Level API
version 1.1

iaik.hlapi
Class HlApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by iaik.hlapi.HlApiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CertificateValidationException, NoKeyException, SignatureVerificationException

public class HlApiException
extends Exception

This is a generic checked exception of this package.

See Also:
Serialized Form

Constructor Summary
HlApiException(String s)
          Constructor taking a message string.
HlApiException(String s, Throwable cause)
          Constructor taking a message string and a lower-level exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HlApiException

public HlApiException(String s)
Constructor taking a message string.

Parameters:
s - The message.

HlApiException

public HlApiException(String s,
                      Throwable cause)
Constructor taking a message string and a lower-level exception.

Parameters:
s - The message.
cause - The inner exception.

IAIK High-Level API
version 1.1

Copyright © 2007, IAIK, Graz University of Technology
Copyright © 2007, Stiftung SIC