public class KKAppException
extends org.apache.commons.lang.exception.NestableException
| Constructor and Description |
|---|
KKAppException()
Constructs a new
KKAppException without specified detail
message. |
KKAppException(java.lang.String msg)
Constructs a new
KKAppException with specified detail
message. |
KKAppException(java.lang.String msg,
java.lang.Throwable nested)
Constructs a new
KKAppException with specified detail
message and nested Throwable. |
KKAppException(java.lang.Throwable nested)
Constructs a new
KKAppException with specified nested
Throwable. |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTracepublic KKAppException()
KKAppException without specified detail
message.public KKAppException(java.lang.String msg)
KKAppException with specified detail
message.msg - the error message.public KKAppException(java.lang.Throwable nested)
KKAppException with specified nested
Throwable.nested - the exception or error that caused this exception
to be thrown.public KKAppException(java.lang.String msg,
java.lang.Throwable nested)
KKAppException with specified detail
message and nested Throwable.msg - the error message.nested - the exception or error that caused this exception
to be thrown.Copyright © 2018 DS Data Systems UK Ltd.