javax.enterprise.deploy.spi.exceptions
Class ClientExecuteException
Exception
javax.enterprise.deploy.spi.exceptions.ClientExecuteException
public class ClientExecuteException
extends Exception
This exception reports errors in setting up an application client for
execution.
ClientExecuteException
public ClientExecuteException()
Creates new ClientExecuteException without a detail message.
ClientExecuteException
public ClientExecuteException(String msg)
Constructs a ClientExecuteException with the specified detail
message.
msg
- the detail message.