public class PsimuPropagationException extends Exception
Constructor and Description |
---|
PsimuPropagationException(String format,
Object... args)
Creates a new instance using a message.
|
PsimuPropagationException(Throwable cause)
Creates a new instance using a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PsimuPropagationException(String format, Object... args)
format
- error message.args
- arguments for the format.public PsimuPropagationException(Throwable cause)
cause
- error causeCopyright © 2022. All rights reserved.