net.jxta.exception
Class JxtaError
java.lang.Object
java.lang.Throwable
java.lang.Error
net.jxta.exception.JxtaError
- All Implemented Interfaces:
- Serializable
- public class JxtaError
- extends Error
Thrown when JXTA cannot continue running.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JxtaError
public JxtaError()
- Construct a new JxtaError with no detailed message.
JxtaError
public JxtaError(String msg)
JxtaError
public JxtaError(String msg,
Throwable cause)
JxtaError
public JxtaError(Throwable cause)