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