org.jasig.portal.security.provider.saml
Class DelegatedAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DelegatedAuthenticationException
public DelegatedAuthenticationException(String message,
Throwable causedBy)
- Parameters:
message - Exception messagecausedBy - 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.