public class FilesetAlreadyExistsException extends AlreadyExistsException
Constructor and Description |
---|
FilesetAlreadyExistsException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
FilesetAlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
public FilesetAlreadyExistsException(java.lang.String message)
message
- the detail message.public FilesetAlreadyExistsException(java.lang.String message, java.lang.Throwable cause)
message
- the detail message.cause
- the cause.