javax.enterprise.deploy.spi.exceptions

Class InvalidModuleException

public class InvalidModuleException extends Exception

This exception is to report an invalid J2EE deployment module type.
Constructor Summary
InvalidModuleException(String s)
Creates a new InvalidModuleException.

Constructor Detail

InvalidModuleException

public InvalidModuleException(String s)
Creates a new InvalidModuleException.

Parameters: s a string indicating what was wrong with the module type.