Package lumis.util
Class EnumException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.util.EnumException
-
- All Implemented Interfaces:
Serializable
public class EnumException extends PortalException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description EnumException(String arg0)
EnumException(String arg0, Exception innerException)
EnumException(String arg0, List<IResource> resources)
EnumException(String arg0, List<IResource> resources, Exception innerException)
EnumException(String arg0, IResource resource)
EnumException(String arg0, IResource resource, Exception innerException)
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
EnumException
public EnumException(String arg0)
- Parameters:
arg0
-
-
EnumException
public EnumException(String arg0, Exception innerException)
- Parameters:
arg0
-innerException
-
-
EnumException
public EnumException(String arg0, IResource resource, Exception innerException)
- Parameters:
arg0
-resource
-innerException
-
-
-