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

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.TooManyPackages
All Implemented Interfaces:
Serializable

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

Too many packages exception

Author:
Otavio R. Piske
See Also:
Serialized Form

Constructor Summary
TooManyPackages(String name)
           
TooManyPackages(String name, List<net.orpiske.ssps.common.repository.PackageInfo> packages)
           
 
Method Summary
 List<net.orpiske.ssps.common.repository.PackageInfo> getPackages()
           
 
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

TooManyPackages

public TooManyPackages(String name)

TooManyPackages

public TooManyPackages(String name,
                       List<net.orpiske.ssps.common.repository.PackageInfo> packages)
Method Detail

getPackages

public List<net.orpiske.ssps.common.repository.PackageInfo> getPackages()


Copyright © 2013. All Rights Reserved.