使用合集整理内容 根据您的偏好保存内容并进行分类。
AdServicesException
public class AdServicesException
继承自 Exception
AdServices 抛出的异常。
摘要
继承的方法 |
|
来自类 java.lang.Object
Object
|
clone()
创建并返回此对象的副本。
|
boolean
|
equals(Object obj)
指示某些其他对象是否“等于”此对象。
|
void
|
finalize()
当垃圾收集器确定不再引用某个对象时,会在该对象上调用此方法。
|
final Class<?>
|
getClass()
返回此 Object 的运行时类。
|
int
|
hashCode()
返回对象的哈希码值。
|
final void
|
notify()
唤醒在此对象的监视器上等待的单个线程。
|
final void
|
notifyAll()
唤醒在此对象的监视器上等待的所有线程。
|
String
|
toString()
返回对象的字符串表示形式。
|
final void
|
wait(long timeoutMillis, int nanos)
使当前线程等待,直到被唤醒(通常是通过 通知 或 中断),或直到经过一定量的真实时间。
|
final void
|
wait(long timeoutMillis)
使当前线程等待,直到被唤醒(通常是通过 通知 或 中断),或直到经过一定量的真实时间。
|
final void
|
wait()
使当前线程等待,直到被唤醒(通常是通过 通知 或 中断)。
|
|
公共构造函数
AdServicesException
public AdServicesException (String message,
Throwable e)
参数 |
message |
String :此值可以为 null 。 |
e |
Throwable :此值可以为 null 。 |
AdServicesException
public AdServicesException (String message)
参数 |
message |
String :此值可以为 null 。 |
本页上的内容和代码示例受 内容许可 中所述的许可协议约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
上次更新时间:2025 年 2 月 10 日 UTC。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["过时","outOfDate","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新时间:2025 年 2 月 10 日 UTC。"],[],[]]