|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--net.jxta.exception.JxtaException | +--net.jxta.exception.ProtocolNotSupportedException
Signals that an error occurred while attempting to access an endpoint protocol
Constructor Summary | |
ProtocolNotSupportedException()
Construct a new ProtocolNotSupportedException with no detailed message. |
|
ProtocolNotSupportedException(java.lang.String msg)
Constructs a new ProtocolNotSupportedException with the specified detail message as to violation. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProtocolNotSupportedException(java.lang.String msg)
msg
- the detail messagepublic ProtocolNotSupportedException()
|
Project JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |