mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
Remove AttachNotSupportedException constructor with the cause
This commit is contained in:
parent
8e3caabcf1
commit
dc4825dba7
@ -62,17 +62,4 @@ public class AttachNotSupportedException extends Exception {
|
||||
super(s);
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs an <code>AttachNotSupportedException</code> with
|
||||
* the specified cause.
|
||||
*
|
||||
* @param message the detail message.
|
||||
* @param cause the cause of this exception.
|
||||
*
|
||||
* @since 27
|
||||
*/
|
||||
public AttachNotSupportedException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user