com.espertech.esper.client.deploy
Class DeploymentActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.espertech.esper.client.deploy.DeploymentException
              extended by com.espertech.esper.client.deploy.DeploymentActionException
All Implemented Interfaces:
java.io.Serializable

public class DeploymentActionException
extends DeploymentException

Exception list populated in a deployment operation.

See Also:
Serialized Form

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

DeploymentActionException

public DeploymentActionException(java.lang.String message,
                                 java.util.List<DeploymentItemException> exceptions)
Ctor.

Parameters:
message - deployment error message
exceptions - that occured deploying
Method Detail

getExceptions

public java.util.List<DeploymentItemException> getExceptions()
Returns the exception list.

Returns:
exceptions

getDetail

public java.lang.String getDetail()
Returns a detail print of all exceptions and messages line-separated.

Returns:
exception list

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com