public class InvalidRelationException extends BaseException
ValidationAction
has detected that a file
related to the main file is invalid.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
InvalidRelationException()
Create a new
InvalidRelationException object. |
InvalidRelationException(String message)
Create a new
InvalidRelationException object with the
specified message . |
InvalidRelationException(String message,
Throwable cause)
Create a new
InvalidRelationException object with the
specified message . |
InvalidRelationException(Throwable cause)
Create a new
InvalidRelationException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public InvalidRelationException()
InvalidRelationException
object.public InvalidRelationException(Throwable cause)
InvalidRelationException
object.cause
- Throwable object that caused this exception to be thrown.public InvalidRelationException(String message)
InvalidRelationException
object with the
specified message
.message
- The message to throw with the exception