org.jenkins.wso2.appfactory
Class CarbonAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.acegisecurity.AcegiSecurityException
                      extended by org.acegisecurity.AuthenticationException
                          extended by org.jenkins.wso2.appfactory.CarbonAuthenticationException
All Implemented Interfaces:
Serializable

public class CarbonAuthenticationException
extends org.acegisecurity.AuthenticationException

See Also:
Serialized Form

Constructor Summary
CarbonAuthenticationException(String msg)
           
CarbonAuthenticationException(String msg, Throwable t)
           
 
Method Summary
 
Methods inherited from class org.acegisecurity.AuthenticationException
getAuthentication, getExtraInformation
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CarbonAuthenticationException

public CarbonAuthenticationException(String msg)

CarbonAuthenticationException

public CarbonAuthenticationException(String msg,
                                     Throwable t)


Copyright © 2015 WSO2 Inc. All rights reserved.