public final class LockTimeoutExceptionImpl extends Exception
Constructor and Description |
---|
LockTimeoutExceptionImpl(int type,
String name,
int timeout,
Boolean readLocked,
Boolean writeLocked) |
Modifier and Type | Method and Description |
---|---|
static String |
createMessage(int type,
String name,
String scopeName,
int timeout,
Boolean readLocked,
Boolean writeLocked) |
String |
getMessage() |
String |
getMessage(String scopeName) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LockTimeoutExceptionImpl(int type, String name, int timeout, Boolean readLocked, Boolean writeLocked)
type
- type of the logname
- name of the Locktimeout
- readLocked
- writeLocked
- public static String createMessage(int type, String name, String scopeName, int timeout, Boolean readLocked, Boolean writeLocked)
public String getMessage(String scopeName)
public String getMessage()
getMessage
in class Throwable
Copyright © 2015 Lucee