com.highdeal.hci
Class CannotCancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.highdeal.hci.CannotCancelException
All Implemented Interfaces:
java.io.Serializable

public class CannotCancelException
extends java.lang.Exception

Exception thrown when a message cannot be canceled.

See Also:
MessageSender.asyncSend(MessageEnvelope, ClientMessageListener), Serialized Form

Constructor Summary
CannotCancelException()
          Constructs an empty exception.
 
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

CannotCancelException

public CannotCancelException()
Constructs an empty exception.


Document Published: October 2015 (SAP CC 4.0 SP10 and Later)