Class ImporterException

  • All Implemented Interfaces:
    java.io.Serializable

    @HttpResponseCodeResult(statusCode=400)
    public class ImporterException
    extends com.xebialabs.deployit.engine.spi.exception.DeployitException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ImporterException​(java.lang.String messageTemplate, java.lang.Object... params)  
      ImporterException​(java.lang.Throwable cause)  
      ImporterException​(java.lang.Throwable cause, java.lang.String messageTemplate, java.lang.Object... params)  
    • Method Summary

      • 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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • ImporterException

        public ImporterException​(java.lang.String messageTemplate,
                                 java.lang.Object... params)
      • ImporterException

        public ImporterException​(java.lang.Throwable cause,
                                 java.lang.String messageTemplate,
                                 java.lang.Object... params)
      • ImporterException

        public ImporterException​(java.lang.Throwable cause)