Class FieldNotPresentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.asn1.FieldNotPresentException
All Implemented Interfaces:
Serializable

public class FieldNotPresentException extends Exception
An exception thrown when an optional field is not present.
See Also:
  • Field Details

  • Constructor Details

    • FieldNotPresentException

      public FieldNotPresentException()
    • FieldNotPresentException

      public FieldNotPresentException(String mesg)
    • FieldNotPresentException

      public FieldNotPresentException(String mesg, Throwable cause)
    • FieldNotPresentException

      public FieldNotPresentException(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace)