Class NotFoundException

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

public class NotFoundException extends Exception
Exception thrown to indicate that a requested resource was not found. This is used to signal that the server could not find the requested resource.
See Also:
  • Constructor Details

    • NotFoundException

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