|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.dynalivery.repository.util.IncompleteBLOBException
This exception is returned when retrieving a repository file that was written to the repository in multiple calls but not completed successfully. This should only occurs with very large files that are in the process of being checked in when the server crashes or has some other type of failure.
| Constructor Summary | |
IncompleteBLOBException(java.lang.String msg)
Constructs a IncompleteBLOBException with a detail message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public IncompleteBLOBException(java.lang.String msg)
msg - the detail message describing the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||