org.n52.security.common.crypto
Class KeyPairResolvingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.n52.security.common.crypto.KeyPairResolvingException
- All Implemented Interfaces:
- Serializable
public class KeyPairResolvingException
- extends RuntimeException
Thrown 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KeyPairResolvingException
public KeyPairResolvingException(String msg)
KeyPairResolvingException
public KeyPairResolvingException(String msg,
Throwable reason)
Copyright © 2004–2013 52north.org. All rights reserved.