public class SampleException extends RuntimeException
| Constructor and Description |
|---|
SampleException()
Instantiates a new sample exception.
|
SampleException(String message)
Instantiates a new sample exception with the specified message.
|
SampleException(String message,
Throwable cause)
Instantiates a new sample exception.
|
SampleException(Throwable cause)
Instantiates a new sample exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SampleException()
public SampleException(String message)
message - the messagepublic SampleException(Throwable cause)
cause - the causeCopyright © 1998-2020 Apache Software Foundation. All Rights Reserved.