org.opensaml.artifact
Class ArtifactParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.artifact.ArtifactParserException
- All Implemented Interfaces:
- Serializable, SAMLArtifactChecking
public class ArtifactParserException
- extends Exception
- implements SAMLArtifactChecking
Indicates an error occurred while trying to locate a parser.
- Author:
- Tom Scavo
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArtifactParserException
public ArtifactParserException()
- Constructs a
ArtifactParserException
object
with a default detail message.
ArtifactParserException
public ArtifactParserException(String message)
- Constructs a
ArtifactParserException
object
with the specified detail message.
- Parameters:
message
- the detail message
Copyright ? 2005 UCAID. All Rights Reserved.