Class CryptographyException

  • All Implemented Interfaces:
    Serializable

    public class CryptographyException
    extends Exception
    An exception that indicates that something has gone wrong during a cryptography operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • CryptographyException

        public CryptographyException​(String msg)
        Constructor.
        Parameters:
        msg - A msg to go with this exception.
      • CryptographyException

        public CryptographyException​(Exception e)
        Constructor.
        Parameters:
        e - The root exception that caused this exception.
    • Method Detail

      • getEmbedded

        public Exception getEmbedded()
        This will get the exception that caused this exception.
        Returns:
        The embedded exception if one exists.