com.ibm.security.certclient.base
Class PkRejectionException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.security.certclient.base.PkException
com.ibm.security.certclient.base.PkRejectionException
All implemented interfaces:
- public class PkRejectionException
- extends PkException
Author:
Rod Mancisidor
See Also:
Constructor Summary
Constructor and Description |
---|
PkRejectionException(String s)
Create a new
PkRejectionException .
|
PkRejectionException(String s,boolean[] failureInfo)
Create a new
PkRejectionException .
|
PkRejectionException(String s,int failure)
Create a new
PkRejectionException .
|
PkRejectionException(String s,Throwable wrappedException)
Create a new
PkRejectionException .
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getFailureInfo()
Return the
failureInfo boolean array.
|
Methods inherited from class com.ibm.security.certclient.base.PkException |
---|
getWrappedException, hasWrappedException, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
PkRejectionException
- public PkRejectionException(String s)
Parameters:
s
- The message describing the reason for the rejection. PkRejectionException
Create a new
PkRejectionException
.
Parameters:
s
- The message describing the reason for the rejection. wrappedException
- The exception that caused this exception to be
thrown. PkRejectionException
- public PkRejectionException(String s,
- int failure)
Create a new
PkRejectionException
.
Parameters:
s
- The message describing the reason for the rejection. failure
- The numeric failure code taken from PKIStatusInfo
. PkRejectionException
- public PkRejectionException(String s,
- boolean[] failureInfo)
Create a new
PkRejectionException
.
Parameters:
s
- The message describing the reason for the rejection. failureInfo
- The set of numeric failure code taken from PKIStatusInfo
. Method Detail
getFailureInfo
- public boolean[] getFailureInfo( )
Return the
failureInfo
boolean array.
PkRejectionException
.