Class InternalServerErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.WebApplicationException
de.aservo.confapi.commons.exception.InternalServerErrorException
All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends javax.ws.rs.WebApplicationException
See Also:
  • Field Details

    • STATUS

      public static final javax.ws.rs.core.Response.Status STATUS
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException(String message)
    • InternalServerErrorException

      public InternalServerErrorException(Throwable cause)