org.ow2.orchestra.pvm.internal.wire
Class WireException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ow2.orchestra.pvm.internal.wire.WireException
- All Implemented Interfaces:
- Serializable
public class WireException
- extends RuntimeException
thrown during the creation or initialization of objects from the Wiring
Context.
- Author:
- Tom Baeyens, Guillaume Porcher (documentation)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WireException
public WireException()
WireException
public WireException(String message,
Throwable cause)
WireException
public WireException(String message)
WireException
public WireException(Throwable cause)
Copyright © 2011 OW2 Consortium. All Rights Reserved.