javax.realtime
Class CeilingViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.lang.IllegalThreadStateException
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 |
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 GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.