public class UncheckedException
extends java.lang.RuntimeException
Subclasses should only be used to wrap checked exception.
Constructor and Description |
---|
UncheckedException(java.lang.Throwable cause)
Constructs an instance initialized to the given
cause . |
public UncheckedException(java.lang.Throwable cause)
cause
.cause
- the cause (which is saved for later retrieval by the Throwable.getCause()
method). (A @{code null} value
is permitted, and indicates that the cause is nonexistent or unknown.)Copyright © 2010 - 2023 Adobe. All Rights Reserved