com.sap.aii.af.service.administration.api.monitoring

Class ChannelUnknownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.aii.af.service.administration.api.AdminException
              extended by com.sap.aii.af.service.administration.api.monitoring.ChannelUnknownException
All Implemented Interfaces:
Serializable

public class ChannelUnknownException
extends AdminException

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.

See Also:
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

ChannelUnknownException

public ChannelUnknownException()
Constructs a new ChannelUnknownException without an explicit cause and message.


ChannelUnknownException

public ChannelUnknownException(String message)
Constructs a ChannelUnknownException with a message describing the exception.

Parameters:
message - a message describing the exception

ChannelUnknownException

public ChannelUnknownException(String message,
                               Throwable cause)
Constructs a ChannelUnknownException with a cause and message.

Parameters:
message - a message describing the exception
cause - the exception originally causing this exception
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.af.svc.facade api BC-XI


Copyright 2011 SAP AG Complete Copyright Notice