|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.p13n.display.config.exception.DisplayServiceException
public class DisplayServiceException
This class extends Exception class and wraps the exception occurred in the application.
| Constructor Summary | |
|---|---|
DisplayServiceException() |
|
DisplayServiceException(String msg)Constructor that takes a String message as an argument |
|
DisplayServiceException(Throwable cause)Constructor that takes the Throwale object and its message |
|
DisplayServiceException(Throwable cause, String msg)Constructor that takes string message and Throwable object as an input parameter |
|
| Method Summary | |
|---|---|
String |
getErrorLevel()Returns the level of error |
Throwable |
initCause(Throwable cause)Created to match the JDK 1.4 Throwable method. |
void |
setErrorLevel(String errorLevel)Sets the error level |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 DisplayServiceException()
public DisplayServiceException(String msg)
msg -public DisplayServiceException(Throwable cause)
cause -
public DisplayServiceException(Throwable cause,
String msg)
cause -msg -| Method Detail |
|---|
public Throwable initCause(Throwable cause)
initCause in class Throwablecause -public void setErrorLevel(String errorLevel)
errorLevel - - Error Levelpublic String getErrorLevel()
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.