org.openpermis.editor.policy.view.keystore
Class KeyStoreReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openpermis.editor.policy.view.keystore.KeyStoreReaderException
All Implemented Interfaces:
Serializable

public class KeyStoreReaderException
extends Exception

Wrapper for exceptions encountered by the P12KeyStoreReader.

See Also:
Serialized Form
Since:
0.3.0

Constructor Summary
KeyStoreReaderException(String message)
          Creates a new key store reader exception with a message.
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

KeyStoreReaderException

public KeyStoreReaderException(String message)
Creates a new key store reader exception with a message.

Parameters:
message - the message.
Since:
0.9.0


OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG