This project has retired. For details please refer to its Attic page.
ObjectNotFoundException

org.apache.maven.archiva.database
Class ObjectNotFoundException

Package class diagram package ObjectNotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.archiva.database.ArchivaDatabaseException
              extended by org.apache.maven.archiva.database.ObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends ArchivaDatabaseException

ObjectNotFoundException

See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException(java.lang.String message)
           
ObjectNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
ObjectNotFoundException(java.lang.String message, java.lang.Throwable cause, java.lang.Object id)
           
 
Method Summary
 java.lang.Object getId()
           
 
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

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String message,
                               java.lang.Throwable cause,
                               java.lang.Object id)

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String message,
                               java.lang.Throwable cause)

ObjectNotFoundException

public ObjectNotFoundException(java.lang.String message)
Method Detail

getId

public java.lang.Object getId()