|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elasticpath.commons.exception.EpSystemException
com.elasticpath.service.EpServiceException
com.elasticpath.service.dataimport.AnotherImportJobRunningException
public class AnotherImportJobRunningException
The exception is thrown when an operator trying to run an import job, but another import job is running already.
| 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 |
|---|
public AnotherImportJobRunningException(java.lang.String message)
message - the reason msg
public AnotherImportJobRunningException(java.lang.String message,
java.lang.Throwable cause)
message - the reason msgcause - the root cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||