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

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

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

Package not found exception

Author:
Otavio R. Piske
See Also:
Serialized Form

Constructor Summary
PackageNotFound(net.orpiske.ssps.common.repository.PackageInfo packageInfo)
           
PackageNotFound(String name)
           
PackageNotFound(String name, Throwable t)
           
 
Method Summary
 
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

PackageNotFound

public PackageNotFound(String name,
                       Throwable t)

PackageNotFound

public PackageNotFound(String name)

PackageNotFound

public PackageNotFound(net.orpiske.ssps.common.repository.PackageInfo packageInfo)


Copyright © 2013. All Rights Reserved.