org.sca4j.host.domain
Class DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sca4j.host.SCA4JException
org.sca4j.host.domain.DomainException
org.sca4j.host.domain.DeploymentException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AssemblyException
public class DeploymentException
- extends DomainException
Denotes an error during deployment.
- Version:
- $Rev: 5085 $ $Date: 2008-07-23 17:39:52 +0100 (Wed, 23 Jul 2008) $
- See Also:
- Serialized Form
| 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 |
DeploymentException
public DeploymentException()
DeploymentException
public DeploymentException(java.lang.String message)
DeploymentException
public DeploymentException(java.lang.String message,
java.lang.String identifier)
DeploymentException
public DeploymentException(java.lang.String message,
java.lang.Throwable cause)
DeploymentException
public DeploymentException(java.lang.String message,
java.lang.String identifier,
java.lang.Throwable cause)
DeploymentException
public DeploymentException(java.lang.Throwable cause)
Copyright © 2008-2011 Service Symphony. All Rights Reserved.