javax.realtime
Class AccessViolationError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjavax.realtime.AccessViolationError
All Implemented Interfaces:
Serializable

public class AccessViolationError
extends Error

The exception thrown on an attempt to enter a PrivateScopedMemory which is not owned.

Author:
Angelo Corsaro
See Also:
Serialized Form

Constructor Summary
AccessViolationError()
          Creates a new AccessViolationError instance.
AccessViolationError(String description)
          Creates a new AccessViolationError instance.
 
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

AccessViolationError

public AccessViolationError()
Creates a new AccessViolationError instance.


AccessViolationError

public AccessViolationError(String description)
Creates a new AccessViolationError instance.

Parameters:
description - a String value representing the description for the exception


jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2005 Angelo Corsaro and Morgan Deters.