Class UnwrapSymmetricKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- network.oxalis.statistics.security.UnwrapSymmetricKeyException
-
- All Implemented Interfaces:
Serializable
public class UnwrapSymmetricKeyException extends RuntimeException
- Author:
- steinar Date: 13.05.13 Time: 12:56
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnwrapSymmetricKeyException(String encodedSymmetricKey, GeneralSecurityException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnwrapSymmetricKeyException
public UnwrapSymmetricKeyException(String encodedSymmetricKey, GeneralSecurityException cause)
-
-