org.opensaml.artifact
Class ArtifactParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opensaml.artifact.ArtifactParserException
All Implemented Interfaces:
SAMLArtifactChecking, Serializable

public class ArtifactParserException
extends Exception
implements SAMLArtifactChecking

Indicates an error occurred while trying to locate a parser.

Author:
Tom Scavo
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.opensaml.artifact.SAMLArtifactChecking
HANDLE_LENGTH, IDENTIFIER_LENGTH, INVALID_ARG_ERROR_MSG, LENGTH_ERROR_MSG, NULL_ARG_ERROR_MSG, PARSE_ERROR_MSG, PARSER_ERROR_MSG, TYPE_CODE_ERROR_MSG
 
Constructor Summary
ArtifactParserException()
          Constructs a ArtifactParserException object with a default detail message.
ArtifactParserException(String message)
          Constructs a ArtifactParserException object with the specified detail 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.