Class AnnotatedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.jce.provider.AnnotatedException
All Implemented Interfaces:
Serializable, ExtException

public class AnnotatedException
extends Exception
implements ExtException
See Also:
Serialized Form
  • Method Details

    • getCause

      public Throwable getCause()
      Description copied from class: Throwable
      Returns the cause of this Throwable, or null if there is no cause.
      Specified by:
      getCause in interface ExtException
      Overrides:
      getCause in class Throwable
      Returns:
      The cause of the exception.