com.dynalivery.repository.util
Class IncompleteBLOBException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.repository.util.IncompleteBLOBException

public class IncompleteBLOBException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

IncompleteBLOBException

public IncompleteBLOBException(java.lang.String msg)
Constructs a IncompleteBLOBException with a detail message.
Parameters:
msg - the detail message describing the exception.