public class UnableToCreateDumpException extends RuntimeException
Constructor and Description |
---|
UnableToCreateDumpException(String message)
Instantiates a new Unable to create dump exception.
|
UnableToCreateDumpException(Throwable cause)
Instantiates a new Unable to create dump exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnableToCreateDumpException(String message)
message
- the messagepublic UnableToCreateDumpException(Throwable cause)
cause
- the causeCopyright © 2020. All rights reserved.