org.opensaml.artifact
Class NullArgumentException

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

public class NullArgumentException
extends IllegalArgumentException
implements SAMLArtifactChecking

Indicates a null argument to a method or constructor.

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
NullArgumentException()
          Constructs a NullArgumentException object with a default detail message.
NullArgumentException(String message)
          Constructs a NullArgumentException 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

NullArgumentException

public NullArgumentException()
Constructs a NullArgumentException object with a default detail message.


NullArgumentException

public NullArgumentException(String message)
Constructs a NullArgumentException object with the specified detail message.

Parameters:
message - the detail message


Copyright ? 2005 UCAID. All Rights Reserved.