foundry.spi
Class SPIException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--foundry.throwables.CompositeException
|
+--foundry.spi.SPIException
- All Implemented Interfaces:
- Serializable, ThrowableChain, ThrowableContainer
- Direct Known Subclasses:
- ServiceProviderNotFoundException
- public class SPIException
- extends CompositeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
SPIException
public SPIException()
SPIException
public SPIException(String message)
SPIException
public SPIException(Throwable throwable)
SPIException
public SPIException(Throwable throwable,
String message)
Copyright © 2000 - Laird Jarrett Nelson