public class FailedToFitException extends RuntimeException
Constructor and Description |
---|
FailedToFitException(Exception faultException) |
FailedToFitException(Exception faultException,
String message) |
FailedToFitException(Exception faultException,
String message,
Throwable cause) |
FailedToFitException(Exception faultException,
Throwable cause) |
FailedToFitException(String string) |
Modifier and Type | Method and Description |
---|---|
Exception |
getFaultException()
Returns the exception that caused the issue.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FailedToFitException(Exception faultException, String message, Throwable cause)
public FailedToFitException(Exception faultException)
public FailedToFitException(String string)
public Exception getFaultException()
Copyright © 2017. All rights reserved.