aicas logoJamaica 6.4 release 1

javax.realtime
Class CeilingViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by java.lang.IllegalThreadStateException
                      extended by javax.realtime.CeilingViolationException
All Implemented Interfaces:
Serializable

public class CeilingViolationException
extends IllegalThreadStateException
implements Serializable

Jamaica Real-Time Specification for Java class CeilingViolationException.

See Also:
Serialized Form

Method Summary
 int getCallerPriority()
          Get the active priority of the schedulable object that caused this exception.
 int getCeiling()
          Get the ceiling of the monitor that this thread tried to enter.
 
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
 

Method Detail

getCallerPriority

public int getCallerPriority()
Get the active priority of the schedulable object that caused this exception.

Returns:
the active priority at the point when this thread tried to enter the ceiling monitor.

getCeiling

public int getCeiling()
Get the ceiling of the monitor that this thread tried to enter.

Returns:
the ceiling of the monitor this thread tried to enter.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.