com.bea.alsb.financial.api
Class UnsupportedMessageTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.alsb.financial.api.FinancialException
              extended by com.bea.alsb.financial.api.UnsupportedMessageTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedMessageTypeException
extends FinancialException

This exception is supposed to be thrown by the API operations upon encountering an unsupported message type. An examples of such a message type is the BatchMessage.

See Also:
Serialized Form

Constructor Summary
UnsupportedMessageTypeException(String message)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedMessageTypeException

public UnsupportedMessageTypeException(String message)
Constructor.

Parameters:
message - message indicating more details about the unsupported message type.