Package lumis.upgrade
Class UpgradeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.upgrade.UpgradeException
-
- All Implemented Interfaces:
Serializable
public class UpgradeException extends PortalException
An exception used to represent an exception during upgrade.- Since:
- 4.0.5
- Version:
- $Revision: 3902 $ $Date: 2006-08-09 11:29:10 -0300 (Wed, 09 Aug 2006) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description UpgradeException(Exception innerException, BuildConfig buildConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildConfig
getBuildConfig()
String
getLocalizedMessage()
String
getLocalizedMessage(Locale locale)
String
getMessage()
-
Methods inherited from class lumis.portal.PortalException
getResources, logExceptionCreation, toString, toXmlString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
UpgradeException
public UpgradeException(Exception innerException, BuildConfig buildConfig)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
public String getLocalizedMessage(Locale locale)
- Overrides:
getLocalizedMessage
in classPortalException
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classPortalException
-
getBuildConfig
public BuildConfig getBuildConfig()
-
-