org.opensaml.artifact
Class NullArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.