public class IdNotFoundException extends Exception
Constructor and Description |
---|
IdNotFoundException()
Default Constructor.
|
IdNotFoundException(String message) |
IdNotFoundException(String message,
Throwable cause) |
IdNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IdNotFoundException()
public IdNotFoundException(String message, Throwable cause)
message
- A String message about the exception.cause
- The Throwable cause of the exception.public IdNotFoundException(String message)
message
- A String message about the exception.public IdNotFoundException(Throwable cause)
cause
- The Throwable cause of the exception.Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.