org.dvb.security
Class KeyStoreException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dvb.security.KeyStoreException
All Implemented Interfaces:
java.io.Serializable

public class KeyStoreException
extends java.lang.Exception

Generic KeyStore exception.

See Also:
Serialized Form

Constructor Summary
KeyStoreException()
          Creates a new instance of KeyStoreException without detail message.
KeyStoreException(java.lang.String msg)
          Constructs an instance of KeyStoreException with the specified detail message.
 
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

KeyStoreException

public KeyStoreException()
Creates a new instance of KeyStoreException without detail message.


KeyStoreException

public KeyStoreException(java.lang.String msg)
Constructs an instance of KeyStoreException with the specified detail message.

Parameters:
msg - the detail message.