FileDocCategorySizeDatePackage
AFRuntimeStoreException.javaAPI DocGlassfish v2 API2532Fri May 04 22:33:32 BST 2007com.sun.enterprise.admin.common.exception

AFRuntimeStoreException

public class AFRuntimeStoreException extends AFRuntimeException
This exception is the super class of all Administration framework related runtime exceptions.

Fields Summary
Constructors Summary
public AFRuntimeStoreException()

    
public AFRuntimeStoreException(String message)
Constructs an AFException object

param
message

        super(message);
    
Methods Summary
public java.lang.StringgetLocalizedMessage()

        String i18nMsg = getMessage();
        return i18nMsg;