com.sun.identity.saml.xmlsig
Class XMLSignatureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.identity.saml.common.SAMLException
              extended bycom.sun.identity.saml.xmlsig.XMLSignatureException
All Implemented Interfaces:
java.io.Serializable

public class XMLSignatureException
extends SAMLException

This class represents a SAML XML Signature exception.

See Also:
Serialized Form

Constructor Summary
XMLSignatureException()
          Create an XMLSignatureException with no message.
XMLSignatureException(java.lang.String s)
          Create an XMLSignatureException with a message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLSignatureException

public XMLSignatureException()
Create an XMLSignatureException with no message.


XMLSignatureException

public XMLSignatureException(java.lang.String s)
Create an XMLSignatureException with a message.

Parameters:
s - exception message.


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.