Package org.bouncycastle.cert.dane
Class DANEException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.cert.dane.DANEException
-
- All Implemented Interfaces:
java.io.Serializable
public class DANEException extends java.lang.Exception
General checked Exception thrown in the DANE package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DANEException(java.lang.String msg)
DANEException(java.lang.String msg, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-