|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jets3t.service.multi.ErrorPermitter
public class ErrorPermitter
Performs logic to determine whether a given error should be "permitted"
by compatible parts of the JetS3t multipart service infrastructure.
Permitted errors will result in a ThrowableBearingStorageObject
being generated instead of an operation being cancelled by a raised
exception.
Constructor Summary | |
---|---|
ErrorPermitter()
|
Method Summary | |
---|---|
boolean |
isPermitted(ServiceException serviceException)
Returns true in all cases. |
boolean |
isPermitted(java.lang.Throwable throwable)
Returns true in all cases. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorPermitter()
Method Detail |
---|
public boolean isPermitted(java.lang.Throwable throwable)
throwable
-
public boolean isPermitted(ServiceException serviceException)
serviceException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |