Class EncryptionException

  • All Implemented Interfaces:
    Serializable

    @WebFault(name="EncryptionException")
    public class EncryptionException
    extends BasicDataServiceException
    Exception is thrown when there is an exception during the encryption/decryption process.
    Version:
    1
    Author:
    Suneet Shah
    See Also:
    Serialized Form
    • Constructor Detail

      • EncryptionException

        public EncryptionException()
      • EncryptionException

        public EncryptionException​(Exception exception)
    • Method Detail

      • getException

        public Exception getException()
      • setException

        public void setException​(Exception exception)