Class NotEncryptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.das.encrypter.model.NotEncryptedException
All Implemented Interfaces:
Serializable

public class NotEncryptedException extends Exception
Exception to handle the attempt to decrypt non-encrypted data.
See Also:
  • Constructor Details

    • NotEncryptedException

      public NotEncryptedException()
      Creates a new instance of NotEncryptedException.