|
SAP NetWeaver 7.30 SP01 | |||||||||
| 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.sap.portal.admin.wizard.exceptions.ObjectNotCreatedException
public class ObjectNotCreatedException
The exception that indicates that the new object was not saved into the persistence layer. Prints out the error message and/or stack trace to the log and/or to the screen. Can also encapsulate a nested exception.
| Constructor Summary | |
|---|---|
ObjectNotCreatedException(String msg)
Deprecated. A constructor that sets the error message. |
|
ObjectNotCreatedException(Throwable t,
String msg)
Deprecated. A constructor that sets the error message and an optional exception that was raised while creating the object. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Deprecated. Gets the nested exception, if it exists. |
void |
printStackTrace()
Deprecated. |
void |
printStackTrace(PrintStream s)
Deprecated. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectNotCreatedException(String msg)
msg - an error message
public ObjectNotCreatedException(Throwable t,
String msg)
t - an exception raised while creating the descriptormsg - the error message| Method Detail |
|---|
public Throwable getCause()
getCause in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwable| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/admin/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||