org.opensaml.artifact
Class NullArgumentException

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

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.
 
Method Summary
 
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.