public class UnpermittedJobException extends Exception
| Constructor and Description |
|---|
UnpermittedJobException(Class<?> type)
Create a new UnpermittedJobException with the type.
|
UnpermittedJobException(String msg)
Create a new UnpermittedJobException with only a message.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnpermittedJobException(String msg)
msg - the detail message to showpublic UnpermittedJobException(Class<?> type)
type - the type of job that is not permittedpublic Class<?> getType()
Copyright © 2011-2013. All Rights Reserved.