org.openpermis.cert
Class KeyStoreReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openpermis.cert.KeyStoreReaderException
All Implemented Interfaces:
Serializable

public class KeyStoreReaderException
extends Exception

Wrapper for exceptions encountered by the KeyStoreReader.

See Also:
Serialized Form
Since:
0.3.0

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
KeyStoreReaderException(Throwable cause)
          Creates a new key store reader exception with the same message as the cause.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Constant Field Value:
7233723596186183708L
Since:
0.3.0
Constructor Detail

KeyStoreReaderException

public KeyStoreReaderException(Throwable cause)
Creates a new key store reader exception with the same message as the cause.

Parameters:
cause - the original cause of the exception.
Since:
0.3.0


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:22
Copyright (c) 2002-2007 Ergon Informatik AG