FileDocCategorySizeDatePackage
WarningException.javaAPI DocGlassfish v2 API3643Fri May 04 22:25:34 BST 2007com.sun.enterprise.admin

WarningException

public class WarningException extends RuntimeException

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

        super();
    
public WarningException(String msg)
Constructs an WarningException with the specified detail message.

param
msg the detail message.

        super(msg);
    
Methods Summary