Class NullLocationException

All Implemented Interfaces:
Serializable

@SupportedAll @Deprecated public class NullLocationException extends LogException
Deprecated.
Log Exception thrown when the logging location is null.
See Also:
  • Constructor Details

    • NullLocationException

      public NullLocationException()
      Deprecated.
      Constructs a NullLocationException instance.
    • NullLocationException

      public NullLocationException(String msg)
      Deprecated.
      Constructs a NullLocationException instance.
      Parameters:
      msg - Log exception message.