org.apache.archiva.metadata.repository.storage
Class RepositoryStorageMetadataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.archiva.metadata.repository.storage.RepositoryStorageMetadataException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RepositoryStorageMetadataInvalidException, RepositoryStorageMetadataNotFoundException, RepositoryStorageRuntimeException

public class RepositoryStorageMetadataException
extends Exception

See Also:
Serialized Form

Field Summary
private  String id
           
 
Constructor Summary
protected RepositoryStorageMetadataException(String id, String msg)
           
protected RepositoryStorageMetadataException(String id, String msg, Throwable throwable)
           
 
Method Summary
 String 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
 

Field Detail

id

private final String id
Constructor Detail

RepositoryStorageMetadataException

protected RepositoryStorageMetadataException(String id,
                                             String msg)

RepositoryStorageMetadataException

protected RepositoryStorageMetadataException(String id,
                                             String msg,
                                             Throwable throwable)
Method Detail

getId

public String getId()


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.