|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.figure8.join.services.repository.RepositoryException org.figure8.join.services.repository.TransferException
public class TransferException
Extension of RepositoryException
that might be thrown
during a transfer operation (write to / read from repository).
Constructor Summary | |
---|---|
TransferException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new instance of TransferException |
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 |
Constructor Detail |
---|
public TransferException(java.lang.String msg, java.lang.Throwable cause)
msg
- Message for this exceptioncause
- Root throwable for this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |