|
JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.jxta.exception.JxtaException
net.jxta.exception.UnknownServiceException
public class UnknownServiceException
Signals that an error occurred while trying to access a service
Constructor Summary | |
---|---|
UnknownServiceException()
Constructs an Exception with no specified detail message. |
|
UnknownServiceException(String message)
Constructs an Exception with the specified detail message. |
|
UnknownServiceException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
UnknownServiceException(Throwable cause)
Constructs a new exception with the specified detail message and cause. |
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 UnknownServiceException()
public UnknownServiceException(String message)
message
- the detail message.public UnknownServiceException(Throwable cause)
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause() method).
(A null value is permitted, and indicates that the
cause is nonexistent or unknown.)public UnknownServiceException(String message, Throwable cause)
message
- message the detail messagecause
- the cause (which is saved for later retrieval by the
Throwable.getCause() method).
(A null value is permitted, and indicates that the
cause is nonexistent or unknown.)
|
JXSE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |