JXTA

net.jxta.exception
Class JxtaError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by net.jxta.exception.JxtaError
All Implemented Interfaces:
Serializable

public class JxtaError
extends Error

Thrown when JXTA cannot continue running.

See Also:
Serialized Form

Constructor Summary
JxtaError()
          Construct a new JxtaError with no detailed message.
JxtaError(String msg)
           
JxtaError(String msg, Throwable cause)
           
JxtaError(Throwable 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

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)

JXSE