FileDocCategorySizeDatePackage
IllegalStateException.javaAPI DocGlassfish v2 API618Fri May 27 15:53:42 BST 2005com.sun.enterprise.admin.common.exception

IllegalStateException

public class IllegalStateException extends ControlException

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

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

param
msg the detail message.

        super(msg);
    
Methods Summary