public class SampleException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
SampleException()
Instantiates a new sample exception.
|
SampleException(java.lang.String message)
Instantiates a new sample exception with the specified message.
|
SampleException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new sample exception.
|
SampleException(java.lang.Throwable cause)
Instantiates a new sample exception.
|
public SampleException()
public SampleException(java.lang.String message)
message - the messagepublic SampleException(java.lang.Throwable cause)
cause - the causepublic SampleException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causeCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.