public class DatasetCharacterizerInitializationFailedException
extends java.lang.Exception
| Constructor and Description |
|---|
DatasetCharacterizerInitializationFailedException()
Create an exception with a default message.
|
DatasetCharacterizerInitializationFailedException(java.lang.String message)
Create an exception with the given message.
|
DatasetCharacterizerInitializationFailedException(java.lang.String message,
java.lang.Throwable cause)
Create an exception with the given cause and additional message
|
DatasetCharacterizerInitializationFailedException(java.lang.Throwable cause)
Create an exception with the given cause.
|
public DatasetCharacterizerInitializationFailedException()
public DatasetCharacterizerInitializationFailedException(java.lang.String message)
message - the used messagepublic DatasetCharacterizerInitializationFailedException(java.lang.Throwable cause)
cause - the cause of the exceptionpublic DatasetCharacterizerInitializationFailedException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause of the exception