org.eclipse.ohf.ihe.xds.source
Class SubmitTransactionCompositionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.ohf.ihe.xds.source.SubmitTransactionCompositionException
All Implemented Interfaces:
java.io.Serializable

public class SubmitTransactionCompositionException
extends java.lang.Exception

Exception thrown when the composition of the SubmissionTransationData is invalid (re-word this). TODO not sure if we are going to use this yet.

Author:
Sarah Knoop
See Also:
Serialized Form

Constructor Summary
SubmitTransactionCompositionException()
           
SubmitTransactionCompositionException(java.lang.String msg)
           
SubmitTransactionCompositionException(java.lang.String msg, java.lang.Throwable th)
           
SubmitTransactionCompositionException(java.lang.Throwable th)
           
 
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

SubmitTransactionCompositionException

public SubmitTransactionCompositionException(java.lang.Throwable th)

SubmitTransactionCompositionException

public SubmitTransactionCompositionException(java.lang.String msg)

SubmitTransactionCompositionException

public SubmitTransactionCompositionException(java.lang.String msg,
                                             java.lang.Throwable th)

SubmitTransactionCompositionException

public SubmitTransactionCompositionException()