org.openrdf.sesame.sailimpl.omm.security
Class NullParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openrdf.sesame.sailimpl.omm.security.SecurityException
              extended byorg.openrdf.sesame.sailimpl.omm.security.NullParameterException
All Implemented Interfaces:
Serializable

public class NullParameterException
extends SecurityException

NullParameterException.java

Title: Knowledge Control System

Company: OntoText Lab. Sirma AI.

Version:
1.0 Thrown whenever a null parameter is passed to a method.
Author:
borislav popov
See Also:
Serialized Form

Constructor Summary
NullParameterException()
           
NullParameterException(String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullParameterException

public NullParameterException()

NullParameterException

public NullParameterException(String msg)


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.