com.elasticpath.service.dataimport
Class AnotherImportJobRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.elasticpath.commons.exception.EpSystemException
                  extended by com.elasticpath.service.EpServiceException
                      extended by com.elasticpath.service.dataimport.AnotherImportJobRunningException
All Implemented Interfaces:
java.io.Serializable

public class AnotherImportJobRunningException
extends EpServiceException

The exception is thrown when an operator trying to run an import job, but another import job is running already.

See Also:
Serialized Form

Constructor Summary
AnotherImportJobRunningException(java.lang.String message)
          Creates a new object using the given message.
AnotherImportJobRunningException(java.lang.String message, java.lang.Throwable cause)
          Creates a new object using the given message and cause exception.
 
Method Summary
 
Methods inherited from class com.elasticpath.service.EpServiceException
getName
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnotherImportJobRunningException

public AnotherImportJobRunningException(java.lang.String message)
Creates a new object using the given message.

Parameters:
message - the reason msg

AnotherImportJobRunningException

public AnotherImportJobRunningException(java.lang.String message,
                                        java.lang.Throwable cause)
Creates a new object using the given message and cause exception.

Parameters:
message - the reason msg
cause - the root cause