org.dvb.security
Class KeyStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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.
 
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
equals, 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.