Class SpecificException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.web.ErrorResponseException
org.springframework.web.server.ResponseStatusException
com.alpaca.exception.SpecificException
All Implemented Interfaces:
Serializable, org.springframework.web.ErrorResponse

public class SpecificException extends org.springframework.web.server.ResponseStatusException
See Also:
  • Constructor Details

    • SpecificException

      public SpecificException(Integer status, String reason)