Package org.apache.synapse.deployers
Class SynapseArtifactDeploymentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.synapse.deployers.SynapseArtifactDeploymentException
-
- All Implemented Interfaces:
Serializable
public class SynapseArtifactDeploymentException extends RuntimeException
Represents an exception for synapse artifact deployment issues. Throwing a SynapseArtifactDeploymentException in the implementations of theAbstractSynapseArtifactDeployer
will cause the respective artifact to be re-stored, if it is either being updated or undeployed- See Also:
AbstractSynapseArtifactDeployer
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SynapseArtifactDeploymentException(String message)
SynapseArtifactDeploymentException(String message, Throwable cause)
SynapseArtifactDeploymentException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-