Class CryptoService.CryptoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.accumulo.core.spi.crypto.CryptoService.CryptoException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CryptoService
public static class CryptoService.CryptoException extends RuntimeException
Runtime Crypto exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoException()
CryptoException(String message)
CryptoException(String message, Throwable cause)
CryptoException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-