public class AbortedException
extends java.lang.Exception
Connection.close().| Constructor and Description |
|---|
AbortedException()
Constructs a new exception with no message.
|
AbortedException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
AbortedException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and
Throwable as cause. |
AbortedException(java.lang.Throwable cause)
Constructs a new exception with the specified
Throwable as cause. |
public AbortedException()
public AbortedException(java.lang.String message)
message - the detail message.public AbortedException(java.lang.Throwable cause)
Throwable as cause.cause - the cause of this exception.public AbortedException(java.lang.String message,
java.lang.Throwable cause)
Throwable as cause.message - the detail message.cause - the cause of this exception.Copyright © 2022. All rights reserved.