| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| 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
public class NetuixException
This is the base exception class for most portal framework exceptions.
| Constructor Summary | |
|---|---|
NetuixException()
Constructs a NetuixException with no specified detail message. | 
|
NetuixException(String s)
Constructs a NetuixException with the specified detail message. | 
|
NetuixException(String s,
                Throwable cause)
Constructs a NetuixException with the specified detail message and causal exception. | 
|
NetuixException(Throwable cause)
Constructs a NetuixException 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 NetuixException()
NetuixException with no specified detail message.
public NetuixException(String s)
NetuixException with the specified detail message.
s - The detail message
public NetuixException(String s,
                       Throwable cause)
NetuixException with the specified detail message and causal exception.
s - The detail messagecause - The exception that caused this exception to be thrownpublic NetuixException(Throwable cause)
NetuixException with the specified causal exception.
cause - The exception that caused this exception to be thrown
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||