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

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
 

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.4.0 (Build 15)
2009/05/20 08:14:49
Copyright (c) 2002-2007 Ergon Informatik AG