com.xebialabs.deployit.service.replacement
Class PlaceholderScanningFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.xebialabs.deployit.engine.spi.exception.DeployitException
                  extended by com.xebialabs.deployit.service.replacement.PlaceholderScanningFailedException
All Implemented Interfaces:
java.io.Serializable

@HttpResponseCodeResult(statusCode=400)
public class PlaceholderScanningFailedException
extends com.xebialabs.deployit.engine.spi.exception.DeployitException

See Also:
Serialized Form

Method Summary
static void throwException(java.lang.String id, java.lang.RuntimeException re)
           
 
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrors
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

throwException

public static void throwException(java.lang.String id,
                                  java.lang.RuntimeException re)
                           throws PlaceholderScanningFailedException
Throws:
PlaceholderScanningFailedException