public class IncompatibleArchException extends RhnRuntimeException
| Constructor and Description |
|---|
IncompatibleArchException(ChannelArch ca,
java.util.List<java.lang.Long> packageIds)
Ctor
|
IncompatibleArchException(PackageArch pa,
ChannelArch ca)
Ctor
|
IncompatibleArchException(ServerArch sa,
ChannelArch ca)
Ctor
|
IncompatibleArchException(java.lang.String message)
Default ctor.
|
public IncompatibleArchException(java.lang.String message)
message - exception message.public IncompatibleArchException(ServerArch sa, ChannelArch ca)
sa - ServerArch which is incompatible with ChannelArch.ca - ChannelArch which is incompatible with ServerArch.public IncompatibleArchException(PackageArch pa, ChannelArch ca)
pa - PackageArch which is incompatible with ChannelArch.ca - ChannelArch which is incompatible with PackageArch.public IncompatibleArchException(ChannelArch ca, java.util.List<java.lang.Long> packageIds)
ca - ChannelArch which is incompatible with PackageArch.packageIds - package ids incompatible with ChannelArch.