-
- All Implemented Interfaces:
-
java.io.Serializable
public final class BidonError.BidTimedOut extends BidonError
-
-
Constructor Summary
Constructors Constructor Description BidonError.BidTimedOut(DemandId demandId)
-
Method Summary
Modifier and Type Method Description final DemandIdgetDemandId()ThrowablegetCause()StringgetMessage()-
Methods inherited from class org.bidon.sdk.config.BidonError
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BidonError.BidTimedOut
BidonError.BidTimedOut(DemandId demandId)
-
-
Method Detail
-
getDemandId
final DemandId getDemandId()
-
getMessage
String getMessage()
-
-
-
-