Package lumis.portal.website
Class InvalidWebsiteURLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.website.InvalidWebsiteURLException
-
- All Implemented Interfaces:
Serializable
public class InvalidWebsiteURLException extends PortalException
Exception used to indicate that a website URL definition is invalid.- Since:
- 7.1.1
- Version:
- $Revision: 16235 $ $Date: 2014-03-27 15:51:35 -0300 (Thu, 27 Mar 2014) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description InvalidWebsiteURLException(String msg, IResource resource)
-
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
-
-