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(java.lang.String message)
Create a new
InvalidRelationException object with the
specified message . |
InvalidRelationException(java.lang.String message,
java.lang.Throwable cause)
Create a new
InvalidRelationException object with the
specified message . |
InvalidRelationException(java.lang.Throwable cause)
Create a new
InvalidRelationException object. |
private static final long serialVersionUID
public InvalidRelationException()
InvalidRelationException
object.public InvalidRelationException(java.lang.Throwable cause)
InvalidRelationException
object.cause
- Throwable object that caused this exception to be thrown.public InvalidRelationException(java.lang.String message)
InvalidRelationException
object with the
specified message
.message
- The message to throw with the exceptionpublic InvalidRelationException(java.lang.String message, java.lang.Throwable cause)
InvalidRelationException
object with the
specified message
.message
- The message to throw with the exceptioncause
- Throwable object that caused this exception to be thrown.