Package lumis.portal.serviceinterface
Class ServiceInterfaceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.serviceinterface.ServiceInterfaceException
-
- All Implemented Interfaces:
java.io.Serializable
@StableMinor(version="15.0", sinceVersion="4.0") public class ServiceInterfaceException extends PortalException
- Since:
- 4.0.0
- Version:
- $Revision: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description ServiceInterfaceException(java.lang.String arg0)
ServiceInterfaceException(java.lang.String arg0, java.lang.Exception innerException)
ServiceInterfaceException(java.lang.String arg0, java.util.List<IResource> resources)
ServiceInterfaceException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
ServiceInterfaceException(java.lang.String arg0, IResource resource)
ServiceInterfaceException(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
-
ServiceInterfaceException
public ServiceInterfaceException(java.lang.String arg0)
- Parameters:
arg0
-
-
ServiceInterfaceException
public ServiceInterfaceException(java.lang.String arg0, java.lang.Exception innerException)
- Parameters:
arg0
-innerException
-
-
ServiceInterfaceException
public ServiceInterfaceException(java.lang.String arg0, IResource resource)
- Parameters:
arg0
-resource
-
-
ServiceInterfaceException
public ServiceInterfaceException(java.lang.String arg0, IResource resource, java.lang.Exception innerException)
- Parameters:
arg0
-resource
-innerException
-
-
ServiceInterfaceException
public ServiceInterfaceException(java.lang.String arg0, java.util.List<IResource> resources)
-
ServiceInterfaceException
public ServiceInterfaceException(java.lang.String arg0, java.util.List<IResource> resources, java.lang.Exception innerException)
-
-