|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.ProxyInstantiationException
public class ProxyInstantiationException
A proxy creation failed trying to create a proxy of a given type and on an given endpoint
| Constructor Summary | |
|---|---|
ProxyInstantiationException(java.lang.Class<?> type,
Endpoint endpoint,
java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
Endpoint |
getEndpoint()
|
java.lang.Class<?> |
getType()
|
| 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 |
|---|
public ProxyInstantiationException(java.lang.Class<?> type,
Endpoint endpoint,
java.lang.Throwable cause)
| Method Detail |
|---|
public java.lang.Class<?> getType()
public Endpoint getEndpoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||