public class GenerationAbortedException
extends java.lang.RuntimeException
Constructor and Description |
---|
GenerationAbortedException() |
GenerationAbortedException(java.lang.String message) |
GenerationAbortedException(java.lang.String message,
java.lang.Throwable cause) |
GenerationAbortedException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
GenerationAbortedException(java.lang.Throwable cause) |
public GenerationAbortedException()
public GenerationAbortedException(java.lang.String message)
public GenerationAbortedException(java.lang.Throwable cause)
public GenerationAbortedException(java.lang.String message, java.lang.Throwable cause)
public GenerationAbortedException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)