Package org.mozilla.jss.asn1
Class FieldNotPresentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.mozilla.jss.asn1.FieldNotPresentException
-
- All Implemented Interfaces:
java.io.Serializable
public class FieldNotPresentException extends java.lang.Exception
An exception thrown when an optional field is not present.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldNotPresentException()
FieldNotPresentException(java.lang.String mesg)
FieldNotPresentException(java.lang.String mesg, java.lang.Throwable cause)
FieldNotPresentException(java.lang.String mesg, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-
-
Constructor Detail
-
FieldNotPresentException
public FieldNotPresentException()
-
FieldNotPresentException
public FieldNotPresentException(java.lang.String mesg)
-
FieldNotPresentException
public FieldNotPresentException(java.lang.String mesg, java.lang.Throwable cause)
-
FieldNotPresentException
public FieldNotPresentException(java.lang.String mesg, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-