|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.basedb.core.BaseException
net.sf.basedb.core.InvalidRelationException
public class InvalidRelationException
Exceptions of this type are thrown when a
ValidationAction has detected that a file
related to the main file is invalid.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
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
public InvalidRelationException(String message,
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.
|
3.1.1: 2012-03-29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||