com.ibm.security.certclient.base

Class PkRejectionException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.security.certclient.base.PkException
  5. extended bycom.ibm.security.certclient.base.PkRejectionException
All implemented interfaces:
Serializable

  1. public class PkRejectionException
  2. extends PkException
Thrown when a request is rejected by the CA or RA.
Author:
Rod Mancisidor
See Also:
Serialized Form

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
  1. boolean[]
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

  1. public PkRejectionException(String s)
Create a new PkRejectionException.
Parameters:
s - The message describing the reason for the rejection.

PkRejectionException

  1. public PkRejectionException(String s,
  2. Throwable wrappedException)
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

  1. public PkRejectionException(String s,
  2. 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

  1. public PkRejectionException(String s,
  2. 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

  1. public boolean[] getFailureInfo( )
Return the failureInfo boolean array.