com.bea.alsb.financial.api
Class UnsupportedMessageTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bea.alsb.financial.api.FinancialException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedMessageTypeException
public UnsupportedMessageTypeException(String message)
- Constructor.
- Parameters:
message
- message indicating more details about the unsupported message type.