public class PhonebookException extends Exception
PhonebookException class.
Constructor and Description |
---|
PhonebookException()
Constructor for PhonebookException.
|
PhonebookException(String message)
Constructor for PhonebookException.
|
PhonebookException(String message,
Throwable cause)
Constructor for PhonebookException.
|
PhonebookException(Throwable cause)
Constructor for PhonebookException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PhonebookException()
Constructor for PhonebookException.
public PhonebookException(String message)
Constructor for PhonebookException.
message
- a String
object.public PhonebookException(Throwable cause)
Constructor for PhonebookException.
cause
- a Throwable
object.Copyright © 2015. All Rights Reserved.