public class AbortException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial UID.
|
Constructor and Description |
---|
AbortException(java.lang.String message)
Exception for aborting some process and transporting a message.
|
AbortException(java.lang.String message,
java.lang.Throwable cause)
Exception for aborting some process and transporting a message.
|
private static final long serialVersionUID
public AbortException(java.lang.String message)
message
- message to be transportedpublic AbortException(java.lang.String message, java.lang.Throwable cause)
message
- message to be transportedcause
- cause of this exceptionCopyright © 2019 ELKI Development Team. License information.