|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.pdfbox.exceptions.SignatureException
public class SignatureException
An exception that indicates a problem during the signing process.
Field Summary | |
---|---|
static int |
CERT_PATH_CHECK_INVALID
|
static int |
INVALID_PAGE_FOR_SIGNATURE
|
static int |
NO_SUCH_ALGORITHM
|
static int |
UNSUPPORTED_OPERATION
|
static int |
VISUAL_SIGNATURE_INVALID
|
static int |
WRONG_PASSWORD
|
Constructor Summary | |
---|---|
SignatureException(int errno,
String msg)
Constructor. |
|
SignatureException(int errno,
Throwable e)
Constructor. |
|
SignatureException(String msg)
Constructor. |
|
SignatureException(Throwable e)
Constructor. |
Method Summary | |
---|---|
int |
getErrNo()
A error number to fulfill this exception |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int WRONG_PASSWORD
public static final int UNSUPPORTED_OPERATION
public static final int CERT_PATH_CHECK_INVALID
public static final int NO_SUCH_ALGORITHM
public static final int INVALID_PAGE_FOR_SIGNATURE
public static final int VISUAL_SIGNATURE_INVALID
Constructor Detail |
---|
public SignatureException(String msg)
msg
- A msg to go with this exception.public SignatureException(int errno, String msg)
errno
- A error number to fulfill this exceptionmsg
- A msg to go with this exception.public SignatureException(Throwable e)
e
- The exception that should be encapsulate.public SignatureException(int errno, Throwable e)
errno
- A error number to fulfill this exceptione
- The exception that should be encapsulate.Method Detail |
---|
public int getErrNo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |