Package lumis.portal.interactiveprocess
Class MandatoryStepIgnoredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.interactiveprocess.MandatoryStepIgnoredException
-
- All Implemented Interfaces:
Serializable
@StableMinor(version="14.0", sinceVersion="7.1") public class MandatoryStepIgnoredException extends PortalException
- Since:
- 7.1.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description MandatoryStepIgnoredException(String arg0)
MandatoryStepIgnoredException(String arg0, Exception innerException)
MandatoryStepIgnoredException(String arg0, List<IResource> resources)
MandatoryStepIgnoredException(String arg0, List<IResource> resources, Exception innerException)
MandatoryStepIgnoredException(String arg0, IResource resource)
MandatoryStepIgnoredException(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
-
MandatoryStepIgnoredException
public MandatoryStepIgnoredException(String arg0, Exception innerException)
-
MandatoryStepIgnoredException
public MandatoryStepIgnoredException(String arg0, IResource resource, Exception innerException)
-
MandatoryStepIgnoredException
public MandatoryStepIgnoredException(String arg0, IResource resource)
-
MandatoryStepIgnoredException
public MandatoryStepIgnoredException(String arg0, List<IResource> resources, Exception innerException)
-
MandatoryStepIgnoredException
public MandatoryStepIgnoredException(String arg0, List<IResource> resources)
-
MandatoryStepIgnoredException
public MandatoryStepIgnoredException(String arg0)
-
-