package de.danoeh.antennapod.core.gpoddernet; public class GpodnetServiceAuthenticationException extends GpodnetServiceException { public GpodnetServiceAuthenticationException() { super(); } public GpodnetServiceAuthenticationException(String message, Throwable cause) { super(message, cause); } public GpodnetServiceAuthenticationException(String message) { super(message); } public GpodnetServiceAuthenticationException(Throwable cause) { super(cause); } }