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,
String msg) |
LARFileException(int type,
String msg,
Throwable cause) |
LARFileException(int type,
Throwable cause) |
LARFileException(String msg) |
LARFileException(String msg,
Throwable cause) |
LARFileException(Throwable cause) |
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, String msg)
public LARFileException(int type, String msg, Throwable cause)
public LARFileException(int type, Throwable cause)
public LARFileException(String msg)
public LARFileException(String msg, Throwable cause)
public LARFileException(Throwable cause)