com.atomikos.icatch.jaxws
Class PropagationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.