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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

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

DelegatedAuthenticationRuntimeException

public DelegatedAuthenticationRuntimeException(String message,
                                               Throwable causedBy)
Parameters:
message - Exception message
causedBy - 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.