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