Package lumis.doui.control
Class ControlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.doui.DouiException
-
- lumis.doui.control.ControlException
-
- All Implemented Interfaces:
Serializable
@StableMinor(version="14.0", sinceVersion="4.0") public class ControlException extends DouiException
Generic exception thrown by controls- Since:
- 4.0.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description ControlException(String arg0)
ControlException(String arg0, Exception innerException)
ControlException(String arg0, List<IResource> resources)
ControlException(String arg0, List<IResource> resources, Exception innerException)
ControlException(String arg0, IResource resource)
ControlException(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
-
ControlException
public ControlException(String arg0)
- Parameters:
arg0
-
-
ControlException
public ControlException(String arg0, Exception innerException)
- Parameters:
arg0
-innerException
-
-
ControlException
public ControlException(String arg0, IResource resource)
- Parameters:
arg0
-resource
-
-
ControlException
public ControlException(String arg0, IResource resource, Exception innerException)
- Parameters:
arg0
-resource
-innerException
-
-
-