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