|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.espertech.esper.client.deploy.DeploymentException
com.espertech.esper.client.deploy.DeploymentActionException
public class DeploymentActionException
Exception list populated in a deployment operation.
Constructor Summary | |
---|---|
DeploymentActionException(java.lang.String message,
java.util.List<DeploymentItemException> exceptions)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getDetail()
Returns a detail print of all exceptions and messages line-separated. |
java.util.List<DeploymentItemException> |
getExceptions()
Returns the exception list. |
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 |
Constructor Detail |
---|
public DeploymentActionException(java.lang.String message, java.util.List<DeploymentItemException> exceptions)
message
- deployment error messageexceptions
- that occured deployingMethod Detail |
---|
public java.util.List<DeploymentItemException> getExceptions()
public java.lang.String getDetail()
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |