org.ow2.petals.microkernel.api.system.repository.exception
Class SharedLibraryAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.petals.microkernel.api.system.repository.exception.RepositoryException
org.ow2.petals.microkernel.api.system.repository.exception.SharedLibraryAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class SharedLibraryAlreadyExistsException
- extends RepositoryException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SharedLibraryAlreadyExistsException
public SharedLibraryAlreadyExistsException(String slName,
String version,
Throwable e)
getSharedLibraryName
public String getSharedLibraryName()
getVersion
public String getVersion()
Copyright © 2005-2015 Linagora. All Rights Reserved.