1 23 24 package com.sun.enterprise.admin.common.exception; 25 26 30 public class AFRuntimeStoreException extends AFRuntimeException 31 { 32 34 public AFRuntimeStoreException() 35 { 36 } 37 38 42 public AFRuntimeStoreException(String message) 43 { 44 super(message); 45 } 46 47 49 public String getLocalizedMessage() 50 { 51 String i18nMsg = getMessage(); 52 return i18nMsg; 53 } 54 } | Popular Tags |