org.apache.tuscany.spi.wire
Class ProxyCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tuscany.api.TuscanyRuntimeException
org.apache.tuscany.spi.wire.ProxyCreationException
- All Implemented Interfaces:
- Serializable
public class ProxyCreationException
- extends TuscanyRuntimeException
Denotes an error creating a proxy
- Version:
- $$Rev: 432109 $$ $$Date: 2006-08-16 19:01:17 -0700 (Wed, 16 Aug 2006) $$
- See Also:
- Serialized Form
ProxyCreationException
public ProxyCreationException()
ProxyCreationException
public ProxyCreationException(String message)
ProxyCreationException
public ProxyCreationException(String message,
Throwable cause)
ProxyCreationException
public ProxyCreationException(Throwable cause)
-