OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


oracle.dmt.op.re.reexception
Class NullParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.dmt.op.re.reexception.NullParameterException

All Implemented Interfaces:
java.io.Serializable

public class NullParameterException
extends java.lang.Exception

Signals that a NullParameterException of some sort has occurred where Null value is not permitted.

Since:
9.0.1
See Also:
Serialized Form

Constructor Summary
NullParameterException()
Constructs a NullParameterException message without details.
NullParameterException(java.lang.String message)
Constructs a NullParameterException message with details.

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()
Constructs a NullParameterException message without details.
Since:
9.0.1

NullParameterException

public NullParameterException(java.lang.String message)
Constructs a NullParameterException message with details.
Since:
9.0.1

OracleAS Personalization Java API Reference
10g Release 2 (10.1.2)

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.