|
|||||||||
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.io.IOException
simple.http.serve.LocateException
public class LocateException
The LocateException
is thrown when the discovery
of a resource by a Locator
fails. This is used to
indicate that either the resource could not be found or that
it was found and its contents are not accessible.
Constructor Summary | |
---|---|
LocateException()
This empty constructor is used if there is no explanation of the locating exception required. |
|
LocateException(java.lang.String desc)
This constructor is used if there is a description of the event that caused the exception required. |
Method Summary |
---|
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 LocateException()
public LocateException(java.lang.String desc)
desc
- this is a description of the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |