com.arsdigita.kernel.security
Class CredentialParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.security.GeneralSecurityException
              extended byjavax.security.auth.login.LoginException
                  extended bycom.arsdigita.kernel.security.KernelLoginException
                      extended bycom.arsdigita.kernel.security.CredentialException
                          extended bycom.arsdigita.kernel.security.CredentialParsingException
All Implemented Interfaces:
Serializable

public class CredentialParsingException
extends CredentialException

Thrown when there is an error parsing a credential.

Author:
Sameer Ajmani
See Also:
Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
CredentialParsingException()
           
CredentialParsingException(String message)
           
CredentialParsingException(String message, Throwable rootCause)
           
CredentialParsingException(Throwable rootCause)
           
 
Methods inherited from class com.arsdigita.kernel.security.KernelLoginException
getMessage, getRootCause, hasRootCause, printStackTrace, printStackTrace, printStackTrace, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

CredentialParsingException

public CredentialParsingException()

CredentialParsingException

public CredentialParsingException(String message)

CredentialParsingException

public CredentialParsingException(Throwable rootCause)

CredentialParsingException

public CredentialParsingException(String message,
                                  Throwable rootCause)


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC