SerializableNotAvailableHerepublic class UncheckedException extends RuntimeException
| Constructor | Description |
|---|---|
UncheckedException() |
|
UncheckedException(String message) |
|
UncheckedException(String message,
Throwable cause) |
|
UncheckedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
UncheckedException(Throwable cause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedException()
public UncheckedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public UncheckedException(String message)
public UncheckedException(Throwable cause)
Copyright © 2018 Electronic Arts Inc. All rights reserved.