org.ow2.petals.microkernel.api.system.repository.exception
Class SharedLibraryAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.microkernel.api.system.repository.exception.RepositoryException
              extended by org.ow2.petals.microkernel.api.system.repository.exception.SharedLibraryAlreadyExistsException
All Implemented Interfaces:
Serializable

public class SharedLibraryAlreadyExistsException
extends RepositoryException

See Also:
Serialized Form

Constructor Summary
SharedLibraryAlreadyExistsException(String slName, String version, Throwable e)
           
 
Method Summary
 String getSharedLibraryName()
           
 String getVersion()
           
 
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

SharedLibraryAlreadyExistsException

public SharedLibraryAlreadyExistsException(String slName,
                                           String version,
                                           Throwable e)
Method Detail

getSharedLibraryName

public String getSharedLibraryName()

getVersion

public String getVersion()


Copyright © 2005-2015 Linagora. All Rights Reserved.