SynapseArtifactDeploymentException (Apache Synapse 3.0.1 API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method 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 the AbstractSynapseArtifactDeployer 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 and 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 Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait Constructor Detail SynapseArtifactDeploymentException public SynapseArtifactDeploymentException(String message) SynapseArtifactDeploymentException public SynapseArtifactDeploymentException(Throwable cause) SynapseArtifactDeploymentException public SynapseArtifactDeploymentException(String message, Throwable cause) Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.