com.ibm.security.certclient.fmt

Class PkTcpV10CmpException

  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.fmt.PkTcpV10CmpException
All implemented interfaces:
Serializable

  1. public class PkTcpV10CmpException
  2. extends PkException
Author:
Rod Mancisidor
See Also:
Serialized Form

Constructor Summary

Constructor and Description
PkTcpV10CmpException(com.ibm.security.cmp.TCPMsgV10ErrorMsgRep error)

Method Summary

Modifier and Type Method and Description
  1. com.ibm.security.cmp.TCPMsgV10ErrorMsgRep
getError()
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

PkTcpV10CmpException

  1. public PkTcpV10CmpException(com.ibm.security.cmp.TCPMsgV10ErrorMsgRep error)

Method Detail

getError

  1. public com.ibm.security.cmp.TCPMsgV10ErrorMsgRep getError( )