|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
railo.runtime.exp.PageException
railo.runtime.exp.PageExceptionImpl
railo.runtime.exp.LockException
public final class LockException
Field Summary | |
---|---|
static String |
OPERATION_CREATE
Field OPERATION_CREATE |
static String |
OPERATION_MUTEX
Field OPERATION_MUTEX |
static String |
OPERATION_TIMEOUT
Field OPERATION_TIMEOUT |
static String |
OPERATION_UNKNOW
Field OPERATION_UNKNOW |
Constructor Summary | |
---|---|
LockException(String operation,
String name,
String message)
Class Constuctor |
|
LockException(String operation,
String name,
String message,
String detail)
Class Constuctor |
Method Summary | |
---|---|
CatchBlock |
getCatchBlock(Config config)
return detailed catch block of the error |
Methods inherited from class railo.runtime.exp.PageExceptionImpl |
---|
addContext, getAddional, getAdditional, getCatchBlock, getCatchBlock, getCustomTypeAsString, getDetail, getErrorBlock, getErrorCode, getExtendedInfo, getLine, getPageDeep, getRootCause, getStackTrace, getStackTraceAsString, getTagContext, getTagContext, getTracePointer, getTypeAsString, printStackTrace, printStackTrace, printStackTrace, setAdditional, setDetail, setErrorCode, setExtendedInfo, setTracePointer, toDumpData, typeEqual |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String OPERATION_TIMEOUT
OPERATION_TIMEOUT
public static final String OPERATION_MUTEX
OPERATION_MUTEX
public static final String OPERATION_CREATE
OPERATION_CREATE
public static final String OPERATION_UNKNOW
OPERATION_UNKNOW
Constructor Detail |
---|
public LockException(String operation, String name, String message)
operation
- name
- message
- error messagepublic LockException(String operation, String name, String message, String detail)
operation
- name
- message
- error messagedetail
- detailed error messageMethod Detail |
---|
public CatchBlock getCatchBlock(Config config)
IPageException
getCatchBlock
in interface IPageException
getCatchBlock
in class PageExceptionImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |