com.ibm.security.krb5.internal

Class KrbApErrException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.security.krb5.KrbException
  5. extended bycom.ibm.security.krb5.internal.KrbApErrException
All implemented interfaces:
java.io.Serializable

  1. public class KrbApErrException
  2. extends KrbException
DOCUMENT ME!
Version:
$Revision$
Author:
$author$
See Also:
Serialized Form

Constructor Summary

Constructor and Description
KrbApErrException(int i)
KrbApErrException(int i,java.lang.String messageKey)
KrbApErrException(int i,java.lang.String messageKey,java.lang.Object[] params)

Method Summary

Methods inherited from class com.ibm.security.krb5.KrbException
errorMessage, getMessage, retrieveKrbError, returnCode, returnCodeMessage, toString
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

KrbApErrException

  1. public KrbApErrException(int i)

KrbApErrException

  1. public KrbApErrException(int i,
  2. java.lang.String messageKey)

KrbApErrException

  1. public KrbApErrException(int i,
  2. java.lang.String messageKey,
  3. java.lang.Object[] params)