Package org.apache.jorphan.reflect
Class ServiceLoadFailure
-
- All Implemented Interfaces:
public class ServiceLoadFailure<S>
-
-
Constructor Summary
Constructors Constructor Description ServiceLoadFailure(Class<out S> service, String className, Throwable throwable)
-
Method Summary
Modifier and Type Method Description Class<out S>getService()StringgetClassName()ThrowablegetThrowable()StringtoString()-
-
Method Detail
-
getService
Class<out S> getService()
-
getClassName
String getClassName()
-
getThrowable
Throwable getThrowable()
-
-
-
-