Package org.bouncycastle.cert.dane
Class DANEException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.cert.dane.DANEException
-
- All Implemented Interfaces:
Serializable
public class DANEException extends Exception
General checked Exception thrown in the DANE package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DANEException(String msg)
DANEException(String msg, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-