@Deprecated public class LogException extends Exception
Constructor and Description |
---|
LogException()
Deprecated.
Constructs a log exception.
|
LogException(String msg)
Deprecated.
Constructs a log exception.
|
LogException(String msg,
int type)
Deprecated.
Constructs a log exception.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Deprecated.
Returns log exception type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LogException()
public LogException(String msg)
msg
- Log exception message.public LogException(String msg, int type)
msg
- Exception message.type
- Log exception type.Copyright © 2010-2018, ForgeRock All Rights Reserved.