org.jasig.portal.security.provider.saml
Class DelegatedAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jasig.portal.security.provider.saml.DelegatedAuthenticationException
All Implemented Interfaces:
Serializable

public class DelegatedAuthenticationException
extends Exception

Exception to wrap exceptions encountered during delegated SAML authentication processing.

Author:
Adam Rybicki
See Also:
Serialized Form

Constructor Summary
DelegatedAuthenticationException()
           
DelegatedAuthenticationException(String message)
           
DelegatedAuthenticationException(String message, Throwable causedBy)
           
DelegatedAuthenticationException(Throwable causedBy)
           
 
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

DelegatedAuthenticationException

public DelegatedAuthenticationException(String message,
                                        Throwable causedBy)
Parameters:
message - Exception message
causedBy - Wrapped exception
See Also:
Exception

DelegatedAuthenticationException

public DelegatedAuthenticationException()
See Also:
Exception

DelegatedAuthenticationException

public DelegatedAuthenticationException(String message)
Parameters:
message - Exception message
See Also:
Exception

DelegatedAuthenticationException

public DelegatedAuthenticationException(Throwable causedBy)
Parameters:
causedBy - Wrapped exception
See Also:
Exception


Copyright © 2011 Jasig. All Rights Reserved.