com.atomikos.icatch.jaxws
Class PropagationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atomikos.icatch.jaxws.PropagationException
All Implemented Interfaces:
Serializable

public class PropagationException
extends Exception

An exception to signal propagation errors during import. This exception is used to indicate that the transaction headers of an incoming SOAP message are incompatible with the local propagation preference.

See Also:
Serialized Form

Constructor Summary
PropagationException()
           
PropagationException(String reason)
           
PropagationException(String reason, Throwable cause)
           
PropagationException(Throwable cause)
           
 
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

PropagationException

public PropagationException()

PropagationException

public PropagationException(String reason)
Parameters:
reason -

PropagationException

public PropagationException(String reason,
                            Throwable cause)
Parameters:
reason -
cause -

PropagationException

public PropagationException(Throwable cause)
Parameters:
cause -


Copyright © 2012. All Rights Reserved.