|
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.p13n.exceptions.ApplicationException
com.bea.p13n.expression.ExpressionException
com.bea.p13n.expression.MethodCallException
public class MethodCallException
Exception class for MethodCall related exceptions.
| Constructor Summary | |
|---|---|
MethodCallException(String msg)
Creates a MethodCallException by associating a given
message. |
|
MethodCallException(String msg,
Throwable nested)
Creates a MethodCallException by associating a given
message and a nested 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 MethodCallException(String msg)
MethodCallException by associating a given
message.
msg - The message for error reporting.
public MethodCallException(String msg,
Throwable nested)
MethodCallException by associating a given
message and a nested exception.
msg - The message for error reporting.nested - the underling exception that caused the failure.
|
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 | ||||||||