Class InternalServerErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ns.tcpframework.exceptions.InternalServerErrorException
All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends Exception
Exception thrown to indicate that an internal server error occurred. This is used to signal that the server encountered an unexpected condition that prevented it from fulfilling the request.
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException(String message)
      Constructs a new InternalServerErrorException with the specified detail message.
      Parameters:
      message - The detail message explaining the reason for the exception.