org.apache.synapse.deployers
Class SynapseArtifactDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
SynapseArtifactDeploymentException(String message)
           
SynapseArtifactDeploymentException(String message, Throwable cause)
           
SynapseArtifactDeploymentException(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

SynapseArtifactDeploymentException

public SynapseArtifactDeploymentException(String message)

SynapseArtifactDeploymentException

public SynapseArtifactDeploymentException(Throwable cause)

SynapseArtifactDeploymentException

public SynapseArtifactDeploymentException(String message,
                                          Throwable cause)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.