lumis.portal.service
Class ServiceException

Package class diagram package ServiceException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.portal.service.ServiceException
All Implemented Interfaces:
Serializable

@StableMinor(version="6.2",
             sinceVersion="4.0")
public class ServiceException
extends PortalException

Exception for Services

Since:
4.0.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
ServiceException(String arg0)
           
ServiceException(String arg0, Exception innerException)
           
ServiceException(String arg0, IResource resource)
           
ServiceException(String arg0, IResource resource, Exception innerException)
           
ServiceException(String arg0, List<IResource> resources)
           
ServiceException(String arg0, List<IResource> resources, Exception innerException)
           
 
Method Summary
 
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceException

public ServiceException(String arg0)

ServiceException

public ServiceException(String arg0,
                        Exception innerException)

ServiceException

public ServiceException(String arg0,
                        IResource resource)

ServiceException

public ServiceException(String arg0,
                        IResource resource,
                        Exception innerException)

ServiceException

public ServiceException(String arg0,
                        List<IResource> resources)

ServiceException

public ServiceException(String arg0,
                        List<IResource> resources,
                        Exception innerException)


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.