List of usage examples for java.lang IllegalStateException subclass-usage
From source file org.eclipse.gyrex.cloud.internal.queue.QueueOperationFailedException.java
/** * Exception thrown whenever a queue operation failed. */ public class QueueOperationFailedException extends IllegalStateException { /** serialVersionUID */
From source file com.sworddance.util.ApplicationIllegalStateException.java
public class ApplicationIllegalStateException extends IllegalStateException { private static final long serialVersionUID = -7161961478084657672L; public ApplicationIllegalStateException() { }
From source file org.zalando.stups.tokens.AccessTokenEndpointException.java
public class AccessTokenEndpointException extends IllegalStateException { public static AccessTokenEndpointException from(HttpResponse response) { final StringBuilder message = new StringBuilder(); message.append(response.getStatusLine().toString());
From source file com.torchmind.stockpile.server.error.TooManyRequestsException.java
/**
* <strong>Too Many Requests Exception</strong>
*
* Provides an exception to represent rate limiting errors within the Mojang API.
*
* @author <a href="mailto:johannesd@torchmind.com">Johannes Donath</a>
From source file org.orekit.errors.OrekitInternalError.java
/** Extension of {@link java.lang.Runtime} with localized message for internal errors only. * @since 7.1 */ public class OrekitInternalError extends IllegalStateException implements LocalizedException { /** Serializable UID. */
From source file org.orekit.errors.OrekitIllegalStateException.java
/** Extension of {@link java.lang.IllegalStateException} with localized message. * @since 7.1 */ public class OrekitIllegalStateException extends IllegalStateException implements LocalizedException { /** Serializable UID. */