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
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