|
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
com.sap.aii.af.service.administration.api.monitoring.ChannelUnknownException
public class ChannelUnknownException
An exception indicating that a channel is unknown.
The exception is typically thrown by a ChannelStatusCallback
implementation when no adapter-internal state information exists for a given
channel.
ChannelStatusCallback,
Serialized Form| Constructor Summary | |
|---|---|
ChannelUnknownException()
Constructs a new ChannelUnknownException without an
explicit cause and message. |
|
ChannelUnknownException(String message)
Constructs a ChannelUnknownException with a message
describing the exception. |
|
ChannelUnknownException(String message,
Throwable cause)
Constructs a ChannelUnknownException 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 ChannelUnknownException()
ChannelUnknownException without an
explicit cause and message.
public ChannelUnknownException(String message)
ChannelUnknownException with a message
describing the exception.
message - a message describing the exception
public ChannelUnknownException(String message,
Throwable cause)
ChannelUnknownException 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 | |||||||||