public class KBMNotFoundException extends Exception
Constructor and Description |
---|
KBMNotFoundException()
Creates a new instance of
KBMNotFoundException without
detail message. |
KBMNotFoundException(String msg)
Constructs an instance of
KBMNotFoundException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public KBMNotFoundException()
KBMNotFoundException
without
detail message.public KBMNotFoundException(String msg)
KBMNotFoundException
with the
specified detail message.msg
- the detail message.Copyright © 2014. All rights reserved.