LacksOsInformationException

public class LacksOsInformationException extends RuntimeException

Indicates that required information from the OS cannot be retrieved.

Author

jwienke

Constructors

LacksOsInformationException

public LacksOsInformationException(String message, Throwable cause)

Constructor.

Parameters
  • message – reason

  • cause – cause

LacksOsInformationException

public LacksOsInformationException(String message)

Constructor.

Parameters

message – reason

LacksOsInformationException

public LacksOsInformationException(Throwable cause)

Constructor.

Parameters

cause – reason