Package lumis.portal
Class ImmutableResourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.ImmutableResourceException
-
- All Implemented Interfaces:
Serializable
public class ImmutableResourceException extends PortalException
Exception that indicates an immutable resource was trying to be changed.- Since:
- 12.4.0
- Version:
- $Revision: 23904 $ $Date: 2020-06-16 12:23:44 -0300 (Tue, 16 Jun 2020) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description ImmutableResourceException(String arg0)
ImmutableResourceException(String arg0, Exception innerException)
ImmutableResourceException(String arg0, List<IResource> resources)
ImmutableResourceException(String arg0, List<IResource> resources, Exception innerException)
ImmutableResourceException(String arg0, IResource resource)
ImmutableResourceException(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
-
ImmutableResourceException
public ImmutableResourceException(String arg0, Exception innerException)
-
ImmutableResourceException
public ImmutableResourceException(String arg0, IResource resource, Exception innerException)
-
ImmutableResourceException
public ImmutableResourceException(String arg0, List<IResource> resources, Exception innerException)
-
ImmutableResourceException
public ImmutableResourceException(String arg0, List<IResource> resources)
-
ImmutableResourceException
public ImmutableResourceException(String arg0)
-
-