sun.security.mule.krb5
Class KrbCryptoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sun.security.mule.krb5.KrbException
              extended by sun.security.mule.krb5.KrbCryptoException
All Implemented Interfaces:
Serializable

public class KrbCryptoException
extends KrbException

KrbCryptoExceptoin is a wrapper exception for exceptions thrown by JCE.

Author:
Yanni Zhang
See Also:
Serialized Form

Constructor Summary
KrbCryptoException(String s)
           
 
Method Summary
 
Methods inherited from class sun.security.mule.krb5.KrbException
equals, errorMessage, getError, getMessage, hashCode, krbErrorMessage, returnCode, returnCodeMessage, returnCodeSymbol, returnCodeSymbol, 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KrbCryptoException

public KrbCryptoException(String s)


Copyright © 2013. All Rights Reserved.