net.java.dev.webdav.core.jaxrs
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 net.java.dev.webdav.core.jaxrs.NullArgumentException
All Implemented Interfaces:
java.io.Serializable

public final class NullArgumentException
extends java.lang.IllegalArgumentException

Thrown to indicate that a method has been passed null for an argument which is not allowed to be null.

Author:
Markus KARG (mkarg@users.dev.java.net)
See Also:
Serialized Form

Constructor Summary
NullArgumentException(java.lang.String argumentName)
           
 
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(java.lang.String argumentName)


Copyright © 2008-2009 The java.net WebDAV Project. All Rights Reserved.