Project JXTA

net.jxta.exception
Class JxtaError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--net.jxta.exception.JxtaError
All Implemented Interfaces:
java.io.Serializable

public class JxtaError
extends java.lang.Error

Thrown when JXTA cannot continue running.

See Also:
Serialized Form

Constructor Summary
JxtaError()
          Construct a new NoResponseException with no detailed message.
JxtaError(java.lang.String msg)
           
 
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

JxtaError

public JxtaError(java.lang.String msg)

JxtaError

public JxtaError()
Construct a new NoResponseException with no detailed message.
Since:
JXTA 1.0

Project JXTA