org.n52.security.common.crypto
Class KeyPairResolvingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.n52.security.common.crypto.KeyPairResolvingException
All Implemented Interfaces:
java.io.Serializable

public class KeyPairResolvingException
extends java.lang.RuntimeException

Class KeyPairResolvingException is throw if a key can not be resolved.

Providers can provide its own exceptions based on this type to make the falling reasons more specialized.

Version:
$Revision: $
Author:
Marko Reiprecht Created on 18.07.2008
See Also:
Serialized Form

Constructor Summary
KeyPairResolvingException(java.lang.String msg)
          Constructor creates a new instance.
KeyPairResolvingException(java.lang.String msg, java.lang.Throwable reason)
          Constructor creates a new instance.
 
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

KeyPairResolvingException

public KeyPairResolvingException(java.lang.String msg)
Constructor creates a new instance.

Parameters:
msg - the msg.

KeyPairResolvingException

public KeyPairResolvingException(java.lang.String msg,
                                 java.lang.Throwable reason)
Constructor creates a new instance.

Parameters:
msg - the msg.
reason - the reason.


Copyright © 2004-2009 52north.org. All Rights Reserved.