public class InsufficientInformationException extends Exception
InsufficientInformationException class.
Constructor and Description |
---|
InsufficientInformationException()
Constructor for InsufficientInformationException.
|
InsufficientInformationException(String arg0)
Constructor for InsufficientInformationException.
|
InsufficientInformationException(String arg0,
Throwable arg1)
Constructor for InsufficientInformationException.
|
InsufficientInformationException(Throwable arg0)
Constructor for InsufficientInformationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InsufficientInformationException()
Constructor for InsufficientInformationException.
public InsufficientInformationException(String arg0)
Constructor for InsufficientInformationException.
arg0
- a String
object.public InsufficientInformationException(String arg0, Throwable arg1)
Constructor for InsufficientInformationException.
Copyright © 2019. All rights reserved.