railo.runtime.exp
Class LockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.jsp.JspException
              extended by railo.runtime.exp.PageException
                  extended by railo.runtime.exp.PageExceptionImpl
                      extended by railo.runtime.exp.LockException
All Implemented Interfaces:
Serializable, Dumpable, IPageException

public final class LockException
extends PageExceptionImpl

See Also:
Serialized Form

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

OPERATION_TIMEOUT

public static final String OPERATION_TIMEOUT
Field OPERATION_TIMEOUT

See Also:
Constant Field Values

OPERATION_MUTEX

public static final String OPERATION_MUTEX
Field OPERATION_MUTEX

See Also:
Constant Field Values

OPERATION_CREATE

public static final String OPERATION_CREATE
Field OPERATION_CREATE

See Also:
Constant Field Values

OPERATION_UNKNOW

public static final String OPERATION_UNKNOW
Field OPERATION_UNKNOW

See Also:
Constant Field Values
Constructor Detail

LockException

public LockException(String operation,
                     String name,
                     String message)
Class Constuctor

Parameters:
operation -
name -
message - error message

LockException

public LockException(String operation,
                     String name,
                     String message,
                     String detail)
Class Constuctor

Parameters:
operation -
name -
message - error message
detail - detailed error message
Method Detail

getCatchBlock

public CatchBlock getCatchBlock(Config config)
Description copied from interface: IPageException
return detailed catch block of the error

Specified by:
getCatchBlock in interface IPageException
Overrides:
getCatchBlock in class PageExceptionImpl
Returns:
catch block


Copyright © 2012 Railo