jar

com.github.inti-net : ws-spring-exception

Maven & Gradle

Jul 17, 2013
1 usages

Inti - WS - Spring-Exception · An utility library for spring-based web-services serving with exception implementations for 4xx and 5xx HTTP Response Status Codes.

Table Of Contents

Latest Version

Download com.github.inti-net : ws-spring-exception JAR file - Latest Versions:

All Versions

Download com.github.inti-net : ws-spring-exception JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6
1.5
1.4
1.3
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ws-spring-exception-1.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

inti.ws.spring.exception.server

├─ inti.ws.spring.exception.server.BadGatewayException.class - [JAR]

├─ inti.ws.spring.exception.server.BandwidthLimitExceededException.class - [JAR]

├─ inti.ws.spring.exception.server.GatewayTimeoutException.class - [JAR]

├─ inti.ws.spring.exception.server.HTTPVersionNotSupportedException.class - [JAR]

├─ inti.ws.spring.exception.server.InsufficientStorageException.class - [JAR]

├─ inti.ws.spring.exception.server.InternalServerError.class - [JAR]

├─ inti.ws.spring.exception.server.LoopDetectedException.class - [JAR]

├─ inti.ws.spring.exception.server.NetworkAuthenticationRequiredException.class - [JAR]

├─ inti.ws.spring.exception.server.NotExtendedException.class - [JAR]

├─ inti.ws.spring.exception.server.NotImplementedException.class - [JAR]

├─ inti.ws.spring.exception.server.ServiceUnavailableException.class - [JAR]

├─ inti.ws.spring.exception.server.VariantAlsoNegotiatesException.class - [JAR]

inti.ws.spring.exception.client

├─ inti.ws.spring.exception.client.BadRequestException.class - [JAR]

├─ inti.ws.spring.exception.client.ConflictException.class - [JAR]

├─ inti.ws.spring.exception.client.ExpectationFailedException.class - [JAR]

├─ inti.ws.spring.exception.client.FailedDependencyException.class - [JAR]

├─ inti.ws.spring.exception.client.ForbiddenException.class - [JAR]

├─ inti.ws.spring.exception.client.GoneException.class - [JAR]

├─ inti.ws.spring.exception.client.IAmATeepotException.class - [JAR]

├─ inti.ws.spring.exception.client.LengthRequiredException.class - [JAR]

├─ inti.ws.spring.exception.client.LockedException.class - [JAR]

├─ inti.ws.spring.exception.client.MethodNotAllowedException.class - [JAR]

├─ inti.ws.spring.exception.client.NotAcceptableException.class - [JAR]

├─ inti.ws.spring.exception.client.NotFoundException.class - [JAR]

├─ inti.ws.spring.exception.client.PaymentRequiredException.class - [JAR]

├─ inti.ws.spring.exception.client.PreconditionFailedException.class - [JAR]

├─ inti.ws.spring.exception.client.PreconditionRequiredException.class - [JAR]

├─ inti.ws.spring.exception.client.ProxyAuthenticationRequiredException.class - [JAR]

├─ inti.ws.spring.exception.client.RequestEntityTooLargeException.class - [JAR]

├─ inti.ws.spring.exception.client.RequestHeaderFieldsTooLargeException.class - [JAR]

├─ inti.ws.spring.exception.client.RequestTimeoutException.class - [JAR]

├─ inti.ws.spring.exception.client.RequestURITooLongException.class - [JAR]

├─ inti.ws.spring.exception.client.RequestedRangeNotSatisfiableException.class - [JAR]

├─ inti.ws.spring.exception.client.TooManyRequestsException.class - [JAR]

├─ inti.ws.spring.exception.client.UnauthorizedException.class - [JAR]

├─ inti.ws.spring.exception.client.UnprocessableEntityException.class - [JAR]

├─ inti.ws.spring.exception.client.UnsupportedMediaTypeException.class - [JAR]

├─ inti.ws.spring.exception.client.UpgradeRequiredException.class - [JAR]

Advertisement