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:
  • Constructor Details

    • CryptoException

      public CryptoException()
    • CryptoException

      public CryptoException(String message)
    • CryptoException

      public CryptoException(String message, Throwable cause)
    • CryptoException

      public CryptoException(Throwable cause)