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