KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > enterprise > deploy > spi > exceptions > ClientExecuteException

javax.enterprise.deploy.spi.exceptions
Class ClientExecuteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.enterprise.deploy.spi.exceptions.ClientExecuteException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public ClientExecuteException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ClientExecuteException(String msg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags