public class LARFileException extends PortalException
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DEFAULT |
static int |
TYPE_INVALID_MANIFEST |
static int |
TYPE_MISSING_MANIFEST |
Constructor and Description |
---|
LARFileException() |
LARFileException(int type) |
LARFileException(int type,
java.lang.String msg) |
LARFileException(int type,
java.lang.String msg,
java.lang.Throwable throwable) |
LARFileException(int type,
java.lang.Throwable throwable) |
LARFileException(java.lang.String msg) |
LARFileException(java.lang.String msg,
java.lang.Throwable throwable) |
LARFileException(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
setType(int type) |
public static final int TYPE_DEFAULT
public static final int TYPE_INVALID_MANIFEST
public static final int TYPE_MISSING_MANIFEST
public LARFileException()
public LARFileException(int type)
public LARFileException(int type, java.lang.String msg)
public LARFileException(int type, java.lang.String msg, java.lang.Throwable throwable)
public LARFileException(int type, java.lang.Throwable throwable)
public LARFileException(java.lang.String msg)
public LARFileException(java.lang.String msg, java.lang.Throwable throwable)
public LARFileException(java.lang.Throwable throwable)