public class CloneRuntimeException extends RuntimeException
Constructor and Description |
---|
CloneRuntimeException(String message) |
CloneRuntimeException(String messageTemplate,
Object... params) |
CloneRuntimeException(String message,
Throwable throwable) |
CloneRuntimeException(Throwable e) |
CloneRuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024. All rights reserved.