net.orpiske.ssps.sdm.managers.exceptions
Class MultipleInstalledPackages

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.orpiske.ssps.common.exceptions.SspsException
              extended by net.orpiske.ssps.sdm.managers.exceptions.MultipleInstalledPackages
All Implemented Interfaces:
Serializable

public class MultipleInstalledPackages
extends net.orpiske.ssps.common.exceptions.SspsException

Multiple installed packages exception

Author:
Otavio R. Piske
See Also:
Serialized Form

Constructor Summary
MultipleInstalledPackages(String name)
           
MultipleInstalledPackages(String name, List<net.orpiske.ssps.common.registry.SoftwareInventoryDto> softwareList)
           
 
Method Summary
 List<net.orpiske.ssps.common.registry.SoftwareInventoryDto> getSoftwareList()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleInstalledPackages

public MultipleInstalledPackages(String name)

MultipleInstalledPackages

public MultipleInstalledPackages(String name,
                                 List<net.orpiske.ssps.common.registry.SoftwareInventoryDto> softwareList)
Method Detail

getSoftwareList

public List<net.orpiske.ssps.common.registry.SoftwareInventoryDto> getSoftwareList()


Copyright © 2013. All Rights Reserved.