|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.droids.exception.DroidsException
org.apache.droids.exception.ProtocolNotFoundException
public class ProtocolNotFoundException
If we do not have any instance of a protocol registered for the iven url.
| Constructor Summary | |
|---|---|
ProtocolNotFoundException(java.net.URI uri)
Create an exception for the given url |
|
ProtocolNotFoundException(java.net.URI uri,
java.lang.String message)
Create an exception for the given url and detailed message |
|
| Method Summary | |
|---|---|
java.net.URI |
getUri()
Will return the url which has caused the problem |
| 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 ProtocolNotFoundException(java.net.URI uri)
url - url where we do not have a suitable protocol
public ProtocolNotFoundException(java.net.URI uri,
java.lang.String message)
url - url where we do not have a suitable protocolmessage - detailed message to explain the underlying cause| Method Detail |
|---|
public java.net.URI getUri()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||