public abstract class BaseRemoteCallException extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DATE_FORMAT |
| 构造器和说明 |
|---|
BaseRemoteCallException() |
BaseRemoteCallException(String message) |
BaseRemoteCallException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract boolean |
isInstanceOf(Class<? extends Throwable> exception)
判断异常是否为原始异常的子类
|
abstract BaseRemoteCallException |
throwException(String message) |
abstract BaseRemoteCallException |
throwException(String message,
@NonNull List<ExceptionChain> exceptionChains) |
abstract BaseRemoteCallException |
throwException(String message,
Throwable cause) |
public BaseRemoteCallException()
public BaseRemoteCallException(String message)
public abstract BaseRemoteCallException throwException(String message)
public abstract BaseRemoteCallException throwException(String message, @NonNull @NonNull List<ExceptionChain> exceptionChains)
public abstract BaseRemoteCallException throwException(String message, Throwable cause)
Copyright © 2020. All rights reserved.