issrg.saml
Class SAMLServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.saml.SAMLServiceException
All Implemented Interfaces:
java.io.Serializable

public class SAMLServiceException
extends java.lang.Exception

Author:
Linying Su
See Also:
Serialized Form

Constructor Summary
SAMLServiceException()
          Creates a new instance of SAMLServiceException
SAMLServiceException(java.lang.String message)
           
 
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

SAMLServiceException

public SAMLServiceException()
Creates a new instance of SAMLServiceException


SAMLServiceException

public SAMLServiceException(java.lang.String message)