java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbib.rpm.exception.RpmException
org.xbib.rpm.exception.UnknownOperatingSystemException
- All Implemented Interfaces:
Serializable
Unknown operating system exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownOperatingSystemException(String unknownOperatingSystem) Constructor.UnknownOperatingSystemException(String unknownOperatingSystem, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownOperatingSystemException
Constructor.- Parameters:
unknownOperatingSystem- Unknown operating system
-
UnknownOperatingSystemException
Constructor.- Parameters:
unknownOperatingSystem- Unknown operating systemcause- Exception cause
-