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

B14053-01


oracle.dmt.op.re.reexception
Class InvalidIDException

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

All Implemented Interfaces:
java.io.Serializable

public class InvalidIDException
extends java.lang.Exception

Signals that a InvalidIDException exception of some sort has occurred.

Since:
beta1.0
See Also:
Serialized Form

Constructor Summary
InvalidIDException()
Constructs an InvalidIDException message without details.
InvalidIDException(java.lang.String s)
Constructs an InvalidIDException 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

InvalidIDException

public InvalidIDException()
Constructs an InvalidIDException message without details.
Since:
beta1.0

InvalidIDException

public InvalidIDException(java.lang.String s)
Constructs an InvalidIDException message with details.
Parameters:
s - the detailed message.
Since:
beta1.0

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

B14053-01


Copyright © 2005 Oracle. All Rights Reserved.