Serializablepublic class NumberOfAliasesException extends RuntimeException
Tuple.arity() , will throw NumberOfAliasesException| 限定符和类型 | 字段 | 说明 |
|---|---|---|
private static long |
serialVersionUID |
| 构造器 | 说明 |
|---|---|
NumberOfAliasesException() |
Constructs an
NumberOfAliasesException with null
as its error detail message. |
NumberOfAliasesException(String message) |
Constructs an
NumberOfAliasesException with the specified detail message. |
NumberOfAliasesException(String message,
Throwable cause) |
Constructs an
NumberOfAliasesException with the specified detail message
and cause. |
NumberOfAliasesException(Throwable cause) |
Constructs an
NumberOfAliasesException with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause). |
private static final long serialVersionUID
public NumberOfAliasesException()
NumberOfAliasesException with null
as its error detail message.public NumberOfAliasesException(String message)
NumberOfAliasesException with the specified detail message.message - The detail message (which is saved for later retrieval
by the Throwable.getMessage() method)public NumberOfAliasesException(String message, Throwable cause)
NumberOfAliasesException with the specified detail message
and cause.message - The detail message (which is saved for later retrieval
by the Throwable.getMessage() method)cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)public NumberOfAliasesException(Throwable cause)
NumberOfAliasesException with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Copyright © 2021. All rights reserved.