FileDocCategorySizeDatePackage
ClientExecuteException.javaAPI DocGlassfish v2 API2546Fri May 04 22:35:50 BST 2007javax.enterprise.deploy.spi.exceptions

ClientExecuteException

public class ClientExecuteException extends Exception
This exception reports errors in setting up an application client for execution.
author
gfink

Fields Summary
Constructors Summary
public ClientExecuteException()
Creates new ClientExecuteException without detail message.

    
public ClientExecuteException(String msg)
Constructs an ClientExecuteException with the specified detail message.

param
msg the detail message.

        super(msg);
    
Methods Summary