Oracle Personalization
REAPI_RT
v9.0.2

oracle.dmt.op.re.reexception
Class BannerNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dmt.op.re.reexception.BannerNotFoundException
All Implemented Interfaces:
Serializable

public class BannerNotFoundException
extends Exception

Signals that a BannerNotFoundException (that is, the product banner was not found) of some sort has occurred.

Since:
beta2.2
See Also:
Serialized Form

Constructor Summary
BannerNotFoundException()
          Constructs a BannerNotFoundException message without details.
BannerNotFoundException(String s)
          Constructs an BannerNotFoundException message with details.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BannerNotFoundException

public BannerNotFoundException()
Constructs a BannerNotFoundException message without details.
Since:
beta2.2

BannerNotFoundException

public BannerNotFoundException(String s)
Constructs an BannerNotFoundException message with details.
Parameters:
s - the detailed message
Since:
beta2.2

Oracle Personalization
REAPI_RT
v9.0.2