org.vrspace.server
Class VRObjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.vrspace.server.VRObjectException
All Implemented Interfaces:
java.io.Serializable

public class VRObjectException
extends java.lang.RuntimeException

Most general exception thrown by VRObject and it's subclasses

See Also:
Serialized Form

Constructor Summary
VRObjectException()
           
VRObjectException(java.lang.String s)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

VRObjectException

public VRObjectException()

VRObjectException

public VRObjectException(java.lang.String s)
Method Detail

getMessage

public java.lang.String getMessage()