|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| 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.aii.af.service.administration.api.AdminException
public class AdminException
A base exception for any exceptions related to the
com.sap.aii.af.service.administration.* package hierarchy.
| Constructor Summary | |
|---|---|
AdminException()
Constructs an AdminException without an explicit cause
and message. |
|
AdminException(String message)
Constructs an AdminException with a message describing the
exception. |
|
AdminException(String message,
Throwable cause)
Constructs an AdminException with a cause and message. |
|
| 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 AdminException()
AdminException without an explicit cause
and message.
public AdminException(String message)
AdminException with a message describing the
exception.
message - a message describing the exception
public AdminException(String message,
Throwable cause)
AdminException with a cause and message.
message - a message describing the exceptioncause - the exception originally causing this exception
|
SAP NetWeaver 7.11 (EhP1 SP03) Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||