Class ExecuteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bytedesk.call.esl.client.dptools.ExecuteException
All Implemented Interfaces:
Serializable

public class ExecuteException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • ExecuteException

      public ExecuteException()
    • ExecuteException

      public ExecuteException(String message)
    • ExecuteException

      public ExecuteException(Throwable cause)
    • ExecuteException

      public ExecuteException(String message, Throwable cause)