X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.databoard%2Fsrc%2Forg%2Fsimantics%2Fdataboard%2Fchannel%2FRequestException.java;h=65cd22a377e89bfd7998cef59dfa33bd1970fd23;hb=a1696e5257fae039410c924155fdeffc1ce1b3e9;hp=8d77713cc791f542e3309f22a62effc3321ce033;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/src/org/simantics/databoard/channel/RequestException.java b/bundles/org.simantics.databoard/src/org/simantics/databoard/channel/RequestException.java index 8d77713cc..65cd22a37 100644 --- a/bundles/org.simantics.databoard/src/org/simantics/databoard/channel/RequestException.java +++ b/bundles/org.simantics.databoard/src/org/simantics/databoard/channel/RequestException.java @@ -1,26 +1,26 @@ -package org.simantics.databoard.channel; - -import java.io.IOException; -import java.util.concurrent.TimeoutException; - -/** - * RequestException is thrown to a requester of a service when there was a - * problem fulfilling the request. Typical error is problem with communication - * channel or with fulfulling the service. - * - * Cause is (typically) one of these: - * o Communication problems {@link IOException} - * o Timeout {@link TimeoutException} - * o Service handler problem {@link ServiceException} - * - * @author Toni Kalajainen - */ -public class RequestException extends Exception { - - private static final long serialVersionUID = 1L; - - public RequestException(Throwable cause) { - super(cause); - } - -} +package org.simantics.databoard.channel; + +import java.io.IOException; +import java.util.concurrent.TimeoutException; + +/** + * RequestException is thrown to a requester of a service when there was a + * problem fulfilling the request. Typical error is problem with communication + * channel or with fulfulling the service. + * + * Cause is (typically) one of these: + * o Communication problems {@link IOException} + * o Timeout {@link TimeoutException} + * o Service handler problem {@link ServiceException} + * + * @author Toni Kalajainen + */ +public class RequestException extends Exception { + + private static final long serialVersionUID = 1L; + + public RequestException(Throwable cause) { + super(cause); + } + +}