org.apache.wss4j.common.kerberos
Class KerberosTokenDecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wss4j.common.kerberos.KerberosTokenDecoderException
All Implemented Interfaces:
Serializable

public class KerberosTokenDecoderException
extends Exception

See Also:
Serialized Form

Constructor Summary
KerberosTokenDecoderException(String message)
           
KerberosTokenDecoderException(String message, Throwable cause)
           
KerberosTokenDecoderException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KerberosTokenDecoderException

public KerberosTokenDecoderException(String message)

KerberosTokenDecoderException

public KerberosTokenDecoderException(String message,
                                     Throwable cause)

KerberosTokenDecoderException

public KerberosTokenDecoderException(Throwable cause)


Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.