| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.netuix.application.exception.NetuixException
com.bea.netuix.application.exception.MissingDataException
public class MissingDataException
This exception is thrown when a portal object does not contain information
 necessary to perform the specified action.  An example would be attempting to create
 a portal desktop without defining a main Book, Shell,
 or LookAndFeel.  Another example would be attempting to create a
 localized desktop without the required localized resources.
| Constructor Summary | |
|---|---|
MissingDataException()
Constructs a MissingDataException with no specified detail message. | 
|
MissingDataException(String s)
Constructs a MissingDataException with the specified detail message. | 
|
MissingDataException(String s,
                     Throwable cause)
Constructs a MissingDataException with the specified detail message and causal exception. | 
|
MissingDataException(Throwable cause)
Constructs a MissingDataException with the specified causal exception. | 
|
| Method Summary | 
|---|
| 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 | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public MissingDataException()
MissingDataException with no specified detail message.
public MissingDataException(String s)
MissingDataException with the specified detail message.
s - The detail message
public MissingDataException(String s,
                            Throwable cause)
MissingDataException with the specified detail message and causal exception.
s - The detail messagecause - The exception that caused this exception to be thrownpublic MissingDataException(Throwable cause)
MissingDataException with the specified causal exception.
cause - The exception that caused this exception to be thrown
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||