|
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
java.lang.RuntimeException
com.sap.aii.af.service.administration.api.AdminRuntimeException
public class AdminRuntimeException
An unchecked base exception for any runtime exceptions related to the
com.sap.aii.af.service.administration.* package hierarchy.
| Constructor Summary | |
|---|---|
AdminRuntimeException()
Constructs an AdminRuntimeException without an explicit cause
and message. |
|
AdminRuntimeException(String message)
Constructs an AdminRuntimeException with a message
describing the exception. |
|
AdminRuntimeException(String message,
Throwable cause)
Constructs an AdminRuntimeException 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 AdminRuntimeException()
AdminRuntimeException without an explicit cause
and message.
public AdminRuntimeException(String message)
AdminRuntimeException with a message
describing the exception.
message - a message describing the exception
public AdminRuntimeException(String message,
Throwable cause)
AdminRuntimeException 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 | |||||||||