org.jboss.osgi.repository
Class RepositoryResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.osgi.repository.RepositoryResolutionException
- All Implemented Interfaces:
- Serializable
public class RepositoryResolutionException
- extends RuntimeException
Signals a failure during resolution.
- Since:
- 16-Jan-2012
- Author:
- thomas.diesler@jboss.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RepositoryResolutionException
public RepositoryResolutionException(String message)
RepositoryResolutionException
public RepositoryResolutionException(Throwable cause)
RepositoryResolutionException
public RepositoryResolutionException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.