be.fgov.ehealth.etee.crypto.encrypt
Class DataSealerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.fgov.ehealth.etee.crypto.encrypt.DataSealerException
All Implemented Interfaces:
java.io.Serializable

public class DataSealerException
extends java.lang.Exception

A custom exception, thrown when something went wrong while sealing data with the DataSealer

See Also:
Serialized Form

Constructor Summary
DataSealerException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSealerException

public DataSealerException(java.lang.String message,
                           java.lang.Throwable cause)


Copyright © 2018 eHealth. All Rights Reserved.