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:
java.io.Serializable

public class SAMLException
extends java.lang.Exception

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

See Also:
Serialized Form

Field Summary
protected  java.lang.String message
           
 
Constructor Summary
SAMLException()
           
SAMLException(java.lang.String message)
           
SAMLException(java.lang.String message, java.lang.Throwable e)
           
SAMLException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.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 java.lang.String message
Constructor Detail

SAMLException

public SAMLException()

SAMLException

public SAMLException(java.lang.Throwable e)

SAMLException

public SAMLException(java.lang.String message)

SAMLException

public SAMLException(java.lang.String message,
                     java.lang.Throwable e)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.