org.jasig.portal.security.provider.saml
Class DelegatedAuthenticationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portal.security.provider.saml.DelegatedAuthenticationRuntimeException
- All Implemented Interfaces:
- Serializable
public class DelegatedAuthenticationRuntimeException
- extends RuntimeException
RuntimeException 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 |
DelegatedAuthenticationRuntimeException
public DelegatedAuthenticationRuntimeException(String message,
Throwable causedBy)
- Parameters:
message - Exception messagecausedBy - Wrapped exception- See Also:
RuntimeException
DelegatedAuthenticationRuntimeException
public DelegatedAuthenticationRuntimeException()
- See Also:
RuntimeException
DelegatedAuthenticationRuntimeException
public DelegatedAuthenticationRuntimeException(String message)
- Parameters:
message - Exception message- See Also:
RuntimeException
DelegatedAuthenticationRuntimeException
public DelegatedAuthenticationRuntimeException(Throwable causedBy)
- Parameters:
causedBy - Wrapped exception- See Also:
RuntimeException
Copyright © 2011 Jasig. All Rights Reserved.