public class UnmodifiableInstanceException extends RuntimeException
| Constructor and Description |
|---|
UnmodifiableInstanceException() |
UnmodifiableInstanceException(String message) |
UnmodifiableInstanceException(String message,
Throwable cause) |
UnmodifiableInstanceException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UnmodifiableInstanceException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnmodifiableInstanceException()
public UnmodifiableInstanceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public UnmodifiableInstanceException(String message)
public UnmodifiableInstanceException(Throwable cause)
Copyright © 2017. All rights reserved.