javax.enterprise.deploy.spi.exceptions

Class ClientExecuteException


public class ClientExecuteException
extends Exception

This exception reports errors in setting up an application client for execution.

Constructor Summary

ClientExecuteException()
Creates new ClientExecuteException without a detail message.
ClientExecuteException(String msg)
Constructs a ClientExecuteException with the specified detail message.

Constructor Details

ClientExecuteException

public ClientExecuteException()
Creates new ClientExecuteException without a detail message.

ClientExecuteException

public ClientExecuteException(String msg)
Constructs a ClientExecuteException with the specified detail message.
Parameters:
msg - the detail message.