com.bea.alsb.financial.api
Class MessageWrapper.NullMessageDataObjectException

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.MessageWrapper.NullMessageDataObjectException
All Implemented Interfaces:
Serializable
Enclosing class:
MessageWrapper<T>

public static class MessageWrapper.NullMessageDataObjectException
extends FinancialException

This exception is thrown by the API operations when the message data object is null.

See Also:
Serialized Form

Constructor Summary
MessageWrapper.NullMessageDataObjectException()
          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

MessageWrapper.NullMessageDataObjectException

public MessageWrapper.NullMessageDataObjectException()
Constructor