com.atlassian.crowd.plugin.saml
Class SAMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.plugin.saml.SAMLException
All Implemented Interfaces:
Serializable

public class SAMLException
extends Exception

An exception class for when there's a problem handling SAML messages.

See Also:
Serialized Form

Field Summary
protected  String message
           
 
Constructor Summary
SAMLException()
           
SAMLException(String message)
           
SAMLException(String message, Throwable e)
           
SAMLException(Throwable e)
           
 
Method Summary
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

protected String message
Constructor Detail

SAMLException

public SAMLException()

SAMLException

public SAMLException(Throwable e)

SAMLException

public SAMLException(String message)

SAMLException

public SAMLException(String message,
                     Throwable e)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012 Atlassian. All Rights Reserved.