public LicenseException(beRemoteExInfoPackage infoPack, String message, Exception innerEx) : base(infoPack, message, innerEx) { }
public LicenseException(beRemoteExInfoPackage infoPack, String message) : base(infoPack, message) { }
public PluginConfigurationException(beRemoteExInfoPackage infoPack) : base(infoPack) { }
public FaultedThreadException(beRemoteExInfoPackage info, String message) : base(info, message) { }
//public ProtocolConfigurationException(beRemoteExInfoPackage infoPack) : base(infoPack) { } public ProtocolConfigurationException(beRemoteExInfoPackage infoPack, String message) : base(infoPack, message) { }
public PluginConfigurationException(beRemoteExInfoPackage infoPack, String message, Exception innerEx) : base(infoPack, message, innerEx) { }
public PluginException(beRemoteExInfoPackage infoPackage) : base(infoPackage) { }
public PluginException(beRemoteExInfoPackage infoPackage, String message) : base(infoPackage, message) { }
public ProtocolException(beRemoteExInfoPackage infoPackage, String message) : base(infoPackage, message) { }
public KernelException(beRemoteExInfoPackage info, String message, int eventId) : this(info, message, eventId, null) { }
public KernelException(beRemoteExInfoPackage info, String message, int eventId, Exception ex) : base(info, message, ex) { evtId = EventId; }