public class DataNotFoundException extends RuntimeException
Constructor and Description |
---|
DataNotFoundException() |
DataNotFoundException(String arg0) |
DataNotFoundException(String arg0,
Throwable arg1) |
DataNotFoundException(String arg0,
Throwable arg1,
boolean arg2,
boolean arg3) |
DataNotFoundException(Throwable arg0) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DataNotFoundException()
public DataNotFoundException(String arg0, Throwable arg1, boolean arg2, boolean arg3)
public DataNotFoundException(String arg0)
public DataNotFoundException(Throwable arg0)
Copyright © 2024. All rights reserved.