sj.exceptions
Class PriorityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sj.exceptions.PriorityException
- All Implemented Interfaces:
- Serializable
public class PriorityException
- extends RuntimeException
Thrown if there is something wrong with the priority for a thread. This could be the case if a
priority is redundant or negative.
The SC name for this exception is SC_ERROR_PRIORITY
.
- See Also:
- Serialized Form
- Rating

Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PriorityException
public PriorityException()
- Creates an new priority exception.
PriorityException
public PriorityException(String errMessage)
- Creates a new priority exception with a given error message.
- Parameters:
errMessage
- The error message for the exception.