java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xbib.rpm.exception.RpmException
org.xbib.rpm.exception.UnknownArchitectureException
- All Implemented Interfaces:
Serializable
Unknown architecture exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownArchitectureException(String unknownArchitecture) Constructor.UnknownArchitectureException(String unknownArchitecture, 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
-
UnknownArchitectureException
Constructor.- Parameters:
unknownArchitecture- Unknown architecture name
-
UnknownArchitectureException
Constructor.- Parameters:
unknownArchitecture- Unknown architecture namecause- Exception cause
-