Class NullLocationException

All Implemented Interfaces:
Serializable

@SupportedAll @Deprecated(since="8.0.0", forRemoval=true) public class NullLocationException extends LogException
Deprecated, for removal: This API element is subject to removal in a future version.
Log Exception thrown when the logging location is null.
See Also:
  • Constructor Details

    • NullLocationException

      public NullLocationException()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a NullLocationException instance.
    • NullLocationException

      public NullLocationException(String msg)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a NullLocationException instance.
      Parameters:
      msg - Log exception message.