public class Skb_BaseException extends RuntimeException
| Constructor and Description |
|---|
Skb_BaseException()
Returns a new exception
|
Skb_BaseException(String msg,
String cause)
Returns a new exception with given cause and message
|
Skb_BaseException(Throwable cause)
Returns a new exception with given cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Skb_BaseException()
public Skb_BaseException(Throwable cause)
cause - exception causeCopyright © 2010–2017. All rights reserved.