Package lumis.content.wizard
Class ContentWizardException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.content.wizard.ContentWizardException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContentWizardException extends PortalException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description ContentWizardException(java.lang.String arg0)
ContentWizardException(java.lang.String arg0, java.lang.Exception innerException)
ContentWizardException(java.lang.String arg0, java.util.List<IResource> resources)
ContentWizardException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
ContentWizardException(java.lang.String arg0, IResource resource)
ContentWizardException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
-
-
-
Constructor Detail
-
ContentWizardException
public ContentWizardException(java.lang.String arg0)
- Parameters:
arg0
-
-
ContentWizardException
public ContentWizardException(java.lang.String arg0, java.lang.Exception innerException)
- Parameters:
arg0
-innerException
-
-
ContentWizardException
public ContentWizardException(java.lang.String arg0, IResource resource)
- Parameters:
arg0
-resource
-
-
ContentWizardException
public ContentWizardException(java.lang.String arg0, java.util.List<IResource> resources)
- Parameters:
arg0
-resources
-
-
ContentWizardException
public ContentWizardException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
- Parameters:
arg0
-resource
-innerException
-
-
ContentWizardException
public ContentWizardException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
- Parameters:
arg0
-resources
-innerException
-
-
-