org.erights.e.elib.eio
Class UnavailableException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.erights.e.elib.eio.UnavailableException
- All Implemented Interfaces:
- Serializable
- public class UnavailableException
- extends IOException
Untamed: Thrown to indicate that the required number of elements or holes were not
yet available.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
UnavailableException
public UnavailableException()
- Enabled:
UnavailableException
public UnavailableException(String s)
- Enabled:
comments?