Class Crypter.CrypterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ddf.security.encryption.crypter.Crypter.CrypterException
All Implemented Interfaces:
Serializable
Enclosing class:
Crypter

public static class Crypter.CrypterException extends RuntimeException
See Also:
  • Constructor Details

    • CrypterException

      public CrypterException(String msg)
    • CrypterException

      public CrypterException(Exception e)
    • CrypterException

      public CrypterException(String msg, Exception e)